Html Css Color HEX #038CBA Bondi Blue

📋 copy color: '#038CBA'

red 3 ◦ green 140 ◦ blue 186

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

Shades of Bondi Blue #038CBA

Tints of Bondi Blue #038CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.53%

R = 0.91%
G = 42.55%
B = 56.53%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#038CBA (or 0x038CBA) is known color: Bondi Blue. HEX triplet: 03, 8C and BA. RGB value is (3,140,186). Sum of RGB (Red+Green+Blue) = 3+140+186=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #038CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038CBA is #FC7345. Grayscale: #676767. Windows color (decimal): -16544582 or 12225539. OLE color: 12225539.

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

Color convert

RGB 3 140 186 -
CMYK 0.98 0.25 0 0.27
HSL 195.08º 0.97% 0.37% -
HSV(B) 195.08º 0.98% 0.73% -
XYZ 18.28 22.32 49.8 -
YUV 104.28 174.11 55.76 -
System Red Green Blue C M Y K H S L
Decimal 3 140 186 0.98 0.25 0 0.27 195.08 0.97 0.37
Hex 3 8C BA 62 19 0 1B C3 61 25
Octal 3 214 272 142 31 0 33 303 141 45
Binary 11 10001100 10111010 1100010 11001 0 11011 11000011 1100001 100101

Color Harmonies of #038CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CBA

Black with #038CBA

Text Example


Text Example

White with #038CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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