#038CB3

Color #038CB3 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #038CB3

Tints of Bondi Blue #038CB3

Color information

#038CB3 (or 0x038CB3) is unknown color: approx Bondi Blue. HEX triplet: 03, 8C and B3. RGB value is (3,140,179). Sum of RGB (Red+Green+Blue) = 3+140+179=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #038CB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038CB3 is #FC734C. Grayscale: #676767. Windows color (decimal): -16544589 or 11766787. OLE color: 11766787.

HSL color Cylindrical-coordinate representation of color #038CB3: hue angle of 193.3º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038CB3 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3140179-
CMYK0.980.2200.30
HSL193.3º96.7%35.69%-
HSV(B)193.3º98.32%70.2%-
XYZ17.5522.0345.97-
YUV103.48170.6156.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 0.93%
GREEN value IS 140 (55.08% from 255) = 43.48%
BLUE value IS 179 (70.31% from 255) = 55.59%
R=0.93%
G=43.48%
B=55.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31401790.980.2200.30193.396.735.69
Hex38CB3621601Ec16124
Octal32142631422603630114144
Binary111000110010110011110001010110011110110000011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038CB3; }

 p { color: rgb(3,140,179); }

 H1.HeaderClassName
 {
   color: #038CB3;
 }
 .AnyTagClassName
 {
   color: #038CB3;
 }
</style>
background-color css

<style>
 a { background-color: #038CB3; }

 a { background-color: rgb(3,140,179); }

 div.DivClassName
 {
   background-color: #038CB3;
 }
 .BgClassName
 {
   background-color: #038CB3;
 }
</style>
border-color css

<style>
 span { border-color: #038CB3; }

 span { border-color: rgb(3,140,179); }

 td.TdClassName
 {
   border-color: #038CB3;
 }
 .TagClassName
 {
   border-color: #038CB3;
 }
</style>