Html Css Color HEX #038CC0 Bondi Blue

📋 copy color: '#038CC0'

red 3 ◦ green 140 ◦ blue 192

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

Shades of Bondi Blue #038CC0

Tints of Bondi Blue #038CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 57.31%

R = 0.9%
G = 41.79%
B = 57.31%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#038CC0 (or 0x038CC0) is known color: Bondi Blue. HEX triplet: 03, 8C and C0. RGB value is (3,140,192). Sum of RGB (Red+Green+Blue) = 3+140+192=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 192 (75.39% from 255 or 57.31% from 335); Max value from RGB is 192 - color contains mainly: blue. Hex color #038CC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038CC0 is #FC733F. Grayscale: #686868. Windows color (decimal): -16544576 or 12618755. OLE color: 12618755.

HSL color Cylindrical-coordinate representation of color #038CC0: hue angle of 196.51º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038CC0 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 140 192 -
CMYK 0.98 0.27 0 0.25
HSL 196.51º 0.97% 0.38% -
HSV(B) 196.51º 0.98% 0.75% -
XYZ 18.93 22.58 53.23 -
YUV 104.97 177.11 55.27 -
System Red Green Blue C M Y K H S L
Decimal 3 140 192 0.98 0.27 0 0.25 196.51 0.97 0.38
Hex 3 8C C0 62 1B 0 19 C5 61 26
Octal 3 214 300 142 33 0 31 305 141 46
Binary 11 10001100 11000000 1100010 11011 0 11001 11000101 1100001 100110

Color Harmonies of #038CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CC0

Black with #038CC0

Text Example


Text Example

White with #038CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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