Html Css Color HEX #038BBC Bondi Blue

📋 copy color: '#038BBC'

red 3 ◦ green 139 ◦ blue 188

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

Shades of Bondi Blue #038BBC

Tints of Bondi Blue #038BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.97%

R = 0.91%
G = 42.12%
B = 56.97%

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

#038BBC (or 0x038BBC) is known color: Bondi Blue. HEX triplet: 03, 8B and BC. RGB value is (3,139,188). Sum of RGB (Red+Green+Blue) = 3+139+188=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #038BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038BBC is #FC7443. Grayscale: #676767. Windows color (decimal): -16544836 or 12356355. OLE color: 12356355.

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

Color convert

RGB 3 139 188 -
CMYK 0.98 0.26 0 0.26
HSL 195.89º 0.97% 0.37% -
HSV(B) 195.89º 0.98% 0.74% -
XYZ 18.35 22.12 50.88 -
YUV 103.92 175.44 56.02 -
System Red Green Blue C M Y K H S L
Decimal 3 139 188 0.98 0.26 0 0.26 195.89 0.97 0.37
Hex 3 8B BC 62 1A 0 1A C4 61 25
Octal 3 213 274 142 32 0 32 304 141 45
Binary 11 10001011 10111100 1100010 11010 0 11010 11000100 1100001 100101

Color Harmonies of #038BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038BBC

Black with #038BBC

Text Example


Text Example

White with #038BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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