Html Css Color HEX #038AAF Bondi Blue

📋 copy color: '#038AAF'

red 3 ◦ green 138 ◦ blue 175

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

Shades of Bondi Blue #038AAF

Tints of Bondi Blue #038AAF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.67%

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

R = 0.95%
G = 43.67%
B = 55.38%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#038AAF (or 0x038AAF) is known color: Bondi Blue. HEX triplet: 03, 8A and AF. RGB value is (3,138,175). Sum of RGB (Red+Green+Blue) = 3+138+175=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #038AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038AAF is #FC7550. Grayscale: #656565. Windows color (decimal): -16545105 or 11504131. OLE color: 11504131.

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

Color convert

RGB 3 138 175 -
CMYK 0.98 0.21 0 0.31
HSL 192.91º 0.97% 0.35% -
HSV(B) 192.91º 0.98% 0.69% -
XYZ 16.86 21.29 43.78 -
YUV 101.85 169.27 57.49 -
System Red Green Blue C M Y K H S L
Decimal 3 138 175 0.98 0.21 0 0.31 192.91 0.97 0.35
Hex 3 8A AF 62 15 0 1F C1 61 23
Octal 3 212 257 142 25 0 37 301 141 43
Binary 11 10001010 10101111 1100010 10101 0 11111 11000001 1100001 100011

Color Harmonies of #038AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038AAF

Black with #038AAF

Text Example


Text Example

White with #038AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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