Html Css Color HEX #038BBE Bondi Blue

📋 copy color: '#038BBE'

red 3 ◦ green 139 ◦ blue 190

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

Shades of Bondi Blue #038BBE

Tints of Bondi Blue #038BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 0.9%
G = 41.87%
B = 57.23%

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

#038BBE (or 0x038BBE) is known color: Bondi Blue. HEX triplet: 03, 8B and BE. RGB value is (3,139,190). Sum of RGB (Red+Green+Blue) = 3+139+190=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #038BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038BBE is #FC7441. Grayscale: #676767. Windows color (decimal): -16544834 or 12487427. OLE color: 12487427.

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

Color convert

RGB 3 139 190 -
CMYK 0.98 0.27 0 0.25
HSL 196.36º 0.97% 0.38% -
HSV(B) 196.36º 0.98% 0.75% -
XYZ 18.56 22.2 52.02 -
YUV 104.15 176.44 55.85 -
System Red Green Blue C M Y K H S L
Decimal 3 139 190 0.98 0.27 0 0.25 196.36 0.97 0.38
Hex 3 8B BE 62 1B 0 19 C4 61 26
Octal 3 213 276 142 33 0 31 304 141 46
Binary 11 10001011 10111110 1100010 11011 0 11001 11000100 1100001 100110

Color Harmonies of #038BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038BBE

Black with #038BBE

Text Example


Text Example

White with #038BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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