Html Css Color HEX #038CAF Bondi Blue

📋 copy color: '#038CAF'

red 3 ◦ green 140 ◦ blue 175

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

Shades of Bondi Blue #038CAF

Tints of Bondi Blue #038CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.03%

R = 0.94%
G = 44.03%
B = 55.03%

CMYK

 C value IS 0.98

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#038CAF (or 0x038CAF) is known color: Bondi Blue. HEX triplet: 03, 8C and AF. RGB value is (3,140,175). Sum of RGB (Red+Green+Blue) = 3+140+175=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #038CAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038CAF is #FC7350. Grayscale: #666666. Windows color (decimal): -16544593 or 11504643. OLE color: 11504643.

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

Color convert

RGB 3 140 175 -
CMYK 0.98 0.2 0 0.31
HSL 192.21º 0.97% 0.35% -
HSV(B) 192.21º 0.98% 0.69% -
XYZ 17.15 21.87 43.87 -
YUV 103.03 168.61 56.65 -
System Red Green Blue C M Y K H S L
Decimal 3 140 175 0.98 0.2 0 0.31 192.21 0.97 0.35
Hex 3 8C AF 62 14 0 1F C0 61 23
Octal 3 214 257 142 24 0 37 300 141 43
Binary 11 10001100 10101111 1100010 10100 0 11111 11000000 1100001 100011

Color Harmonies of #038CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CAF

Black with #038CAF

Text Example


Text Example

White with #038CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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