Html Css Color HEX #038BBA Bondi Blue

📋 copy color: '#038BBA'

red 3 ◦ green 139 ◦ blue 186

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

Shades of Bondi Blue #038BBA

Tints of Bondi Blue #038BBA

RGB

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

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

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

R = 0.91%
G = 42.38%
B = 56.71%

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

#038BBA (or 0x038BBA) is known color: Bondi Blue. HEX triplet: 03, 8B and BA. RGB value is (3,139,186). Sum of RGB (Red+Green+Blue) = 3+139+186=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #038BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038BBA is #FC7445. Grayscale: #676767. Windows color (decimal): -16544838 or 12225283. OLE color: 12225283.

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

Color convert

RGB 3 139 186 -
CMYK 0.98 0.25 0 0.27
HSL 195.41º 0.97% 0.37% -
HSV(B) 195.41º 0.98% 0.73% -
XYZ 18.13 22.03 49.75 -
YUV 103.69 174.44 56.18 -
System Red Green Blue C M Y K H S L
Decimal 3 139 186 0.98 0.25 0 0.27 195.41 0.97 0.37
Hex 3 8B BA 62 19 0 1B C3 61 25
Octal 3 213 272 142 31 0 33 303 141 45
Binary 11 10001011 10111010 1100010 11001 0 11011 11000011 1100001 100101

Color Harmonies of #038BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038BBA

Black with #038BBA

Text Example


Text Example

White with #038BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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