Html Css Color HEX #038DAF Bondi Blue

📋 copy color: '#038DAF'

red 3 ◦ green 141 ◦ blue 175

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

Shades of Bondi Blue #038DAF

Tints of Bondi Blue #038DAF

RGB

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

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

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

R = 0.94%
G = 44.2%
B = 54.86%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#038DAF (or 0x038DAF) is known color: Bondi Blue. HEX triplet: 03, 8D and AF. RGB value is (3,141,175). Sum of RGB (Red+Green+Blue) = 3+141+175=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #038DAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038DAF is #FC7250. Grayscale: #676767. Windows color (decimal): -16544337 or 11504899. OLE color: 11504899.

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

Color convert

RGB 3 141 175 -
CMYK 0.98 0.19 0 0.31
HSL 191.86º 0.97% 0.35% -
HSV(B) 191.86º 0.98% 0.69% -
XYZ 17.3 22.16 43.92 -
YUV 103.61 168.28 56.24 -
System Red Green Blue C M Y K H S L
Decimal 3 141 175 0.98 0.19 0 0.31 191.86 0.97 0.35
Hex 3 8D AF 62 13 0 1F C0 61 23
Octal 3 215 257 142 23 0 37 300 141 43
Binary 11 10001101 10101111 1100010 10011 0 11111 11000000 1100001 100011

Color Harmonies of #038DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DAF

Black with #038DAF

Text Example


Text Example

White with #038DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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