Html Css Color HEX #038BBD Bondi Blue

📋 copy color: '#038BBD'

red 3 ◦ green 139 ◦ blue 189

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

Shades of Bondi Blue #038BBD

Tints of Bondi Blue #038BBD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.99%

 BLUE value IS 189 (74.22% from 255) = 57.1%

R = 0.91%
G = 41.99%
B = 57.1%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#038BBD (or 0x038BBD) is known color: Bondi Blue. HEX triplet: 03, 8B and BD. RGB value is (3,139,189). Sum of RGB (Red+Green+Blue) = 3+139+189=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #038BBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038BBD is #FC7442. Grayscale: #676767. Windows color (decimal): -16544835 or 12421891. OLE color: 12421891.

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

Color convert

RGB 3 139 189 -
CMYK 0.98 0.26 0 0.26
HSL 196.13º 0.97% 0.38% -
HSV(B) 196.13º 0.98% 0.74% -
XYZ 18.46 22.16 51.45 -
YUV 104.04 175.94 55.93 -
System Red Green Blue C M Y K H S L
Decimal 3 139 189 0.98 0.26 0 0.26 196.13 0.97 0.38
Hex 3 8B BD 62 1A 0 1A C4 61 26
Octal 3 213 275 142 32 0 32 304 141 46
Binary 11 10001011 10111101 1100010 11010 0 11010 11000100 1100001 100110

Color Harmonies of #038BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038BBD

Black with #038BBD

Text Example


Text Example

White with #038BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,139,189); }

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

background-color css

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

 a { background-color: rgb(3,139,189); }

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

border-color css

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

 span { border-color: rgb(3,139,189); }

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