#038EAD

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

Shades of Bondi Blue #038EAD

Tints of Bondi Blue #038EAD

Color information

#038EAD (or 0x038EAD) is unknown color: approx Bondi Blue. HEX triplet: 03, 8E and AD. RGB value is (3,142,173). Sum of RGB (Red+Green+Blue) = 3+142+173=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #038EAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038EAD is #FC7152. Grayscale: #676767. Windows color (decimal): -16544083 or 11374083. OLE color: 11374083.

HSL color Cylindrical-coordinate representation of color #038EAD: hue angle of 190.94º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038EAD is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3142173-
CMYK0.980.1800.32
HSL190.94º96.59%34.51%-
HSV(B)190.94º98.27%67.84%-
XYZ17.2522.3842.95-
YUV103.97166.9555.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.94%
GREEN value IS 142 (55.86% from 255) = 44.65%
BLUE value IS 173 (67.97% from 255) = 54.40%
R=0.94%
G=44.65%
B=54.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31421730.980.1800.32190.9496.5934.51
Hex38EAD6212020bf6123
Octal32162551422204027714143
Binary1110001110101011011100010100100100000101111111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,142,173); }

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

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

 a { background-color: rgb(3,142,173); }

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

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

 span { border-color: rgb(3,142,173); }

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