Html Css Color HEX #038CBC Bondi Blue

📋 copy color: '#038CBC'

red 3 ◦ green 140 ◦ blue 188

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

Shades of Bondi Blue #038CBC

Tints of Bondi Blue #038CBC

RGB

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

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

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

R = 0.91%
G = 42.3%
B = 56.8%

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

#038CBC (or 0x038CBC) is known color: Bondi Blue. HEX triplet: 03, 8C and BC. RGB value is (3,140,188). Sum of RGB (Red+Green+Blue) = 3+140+188=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #038CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038CBC is #FC7343. Grayscale: #686868. Windows color (decimal): -16544580 or 12356611. OLE color: 12356611.

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

Color convert

RGB 3 140 188 -
CMYK 0.98 0.26 0 0.26
HSL 195.57º 0.97% 0.37% -
HSV(B) 195.57º 0.98% 0.74% -
XYZ 18.49 22.41 50.93 -
YUV 104.51 175.11 55.6 -
System Red Green Blue C M Y K H S L
Decimal 3 140 188 0.98 0.26 0 0.26 195.57 0.97 0.37
Hex 3 8C BC 62 1A 0 1A C4 61 25
Octal 3 214 274 142 32 0 32 304 141 45
Binary 11 10001100 10111100 1100010 11010 0 11010 11000100 1100001 100101

Color Harmonies of #038CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CBC

Black with #038CBC

Text Example


Text Example

White with #038CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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