Html Css Color HEX #038CAE Bondi Blue

📋 copy color: '#038CAE'

red 3 ◦ green 140 ◦ blue 174

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

Shades of Bondi Blue #038CAE

Tints of Bondi Blue #038CAE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.16%

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

R = 0.95%
G = 44.16%
B = 54.89%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#038CAE (or 0x038CAE) is known color: Bondi Blue. HEX triplet: 03, 8C and AE. RGB value is (3,140,174). Sum of RGB (Red+Green+Blue) = 3+140+174=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #038CAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038CAE is #FC7351. Grayscale: #666666. Windows color (decimal): -16544594 or 11439107. OLE color: 11439107.

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

Color convert

RGB 3 140 174 -
CMYK 0.98 0.20 0 0.32
HSL 191.93º 0.97% 0.35% -
HSV(B) 191.93º 0.98% 0.68% -
XYZ 17.06 21.83 43.36 -
YUV 102.91 168.11 56.74 -
System Red Green Blue C M Y K H S L
Decimal 3 140 174 0.98 0.20 0 0.32 191.93 0.97 0.35
Hex 3 8C AE 62 14 0 20 C0 61 23
Octal 3 214 256 142 24 0 40 300 141 43
Binary 11 10001100 10101110 1100010 10100 0 100000 11000000 1100001 100011

Color Harmonies of #038CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CAE

Black with #038CAE

Text Example


Text Example

White with #038CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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