Html Css Color HEX #038DAE Bondi Blue

📋 copy color: '#038DAE'

red 3 ◦ green 141 ◦ blue 174

#038DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #038DAE

Tints of Bondi Blue #038DAE

RGB

 RED value IS 3 (1.56% from 255) = 0.94%

 GREEN value IS 141 (55.47% from 255) = 44.34%

 BLUE value IS 174 (68.36% from 255) = 54.72%

R = 0.94%
G = 44.34%
B = 54.72%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#038DAE (or 0x038DAE) is known color: Bondi Blue. HEX triplet: 03, 8D and AE. RGB value is (3,141,174). Sum of RGB (Red+Green+Blue) = 3+141+174=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #038DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038DAE is #FC7251. Grayscale: #676767. Windows color (decimal): -16544338 or 11439363. OLE color: 11439363.

HSL color Cylindrical-coordinate representation of color #038DAE: hue angle of 191.58º 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 #038DAE is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 141 174 -
CMYK 0.98 0.19 0 0.32
HSL 191.58º 0.97% 0.35% -
HSV(B) 191.58º 0.98% 0.68% -
XYZ 17.2 22.13 43.41 -
YUV 103.5 167.78 56.32 -
System Red Green Blue C M Y K H S L
Decimal 3 141 174 0.98 0.19 0 0.32 191.58 0.97 0.35
Hex 3 8D AE 62 13 0 20 C0 61 23
Octal 3 215 256 142 23 0 40 300 141 43
Binary 11 10001101 10101110 1100010 10011 0 100000 11000000 1100001 100011

Color Harmonies of #038DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DAE

Black with #038DAE

Text Example


Text Example

White with #038DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,141,174); }

 H1.HeaderClassName
 {
   color: #038DAE;
 }
 .AnyTagClassName
 {
   color: #038DAE;
 }
</style>

background-color css

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

 a { background-color: rgb(3,141,174); }

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

border-color css

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

 span { border-color: rgb(3,141,174); }

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