Html Css Color HEX #038CAD Bondi Blue

📋 copy color: '#038CAD'

red 3 ◦ green 140 ◦ blue 173

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

Shades of Bondi Blue #038CAD

Tints of Bondi Blue #038CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.75%

R = 0.95%
G = 44.3%
B = 54.75%

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

#038CAD (or 0x038CAD) is known color: Bondi Blue. HEX triplet: 03, 8C and AD. RGB value is (3,140,173). Sum of RGB (Red+Green+Blue) = 3+140+173=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #038CAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038CAD is #FC7352. Grayscale: #666666. Windows color (decimal): -16544595 or 11373571. OLE color: 11373571.

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

Color convert

RGB 3 140 173 -
CMYK 0.98 0.19 0 0.32
HSL 191.65º 0.97% 0.35% -
HSV(B) 191.65º 0.98% 0.68% -
XYZ 16.96 21.79 42.85 -
YUV 102.8 167.61 56.82 -
System Red Green Blue C M Y K H S L
Decimal 3 140 173 0.98 0.19 0 0.32 191.65 0.97 0.35
Hex 3 8C AD 62 13 0 20 C0 61 23
Octal 3 214 255 142 23 0 40 300 141 43
Binary 11 10001100 10101101 1100010 10011 0 100000 11000000 1100001 100011

Color Harmonies of #038CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CAD

Black with #038CAD

Text Example


Text Example

White with #038CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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