Html Css Color HEX #0383BC Bondi Blue

📋 copy color: '#0383BC'

red 3 ◦ green 131 ◦ blue 188

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

Shades of Bondi Blue #0383BC

Tints of Bondi Blue #0383BC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.68%

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

R = 0.93%
G = 40.68%
B = 58.39%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0383BC (or 0x0383BC) is known color: Bondi Blue. HEX triplet: 03, 83 and BC. RGB value is (3,131,188). Sum of RGB (Red+Green+Blue) = 3+131+188=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #0383BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0383BC is #FC7C43. Grayscale: #626262. Windows color (decimal): -16546884 or 12354307. OLE color: 12354307.

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

Color convert

RGB 3 131 188 -
CMYK 0.98 0.30 0 0.26
HSL 198.49º 0.97% 0.37% -
HSV(B) 198.49º 0.98% 0.74% -
XYZ 17.23 19.88 50.51 -
YUV 99.23 178.09 59.37 -
System Red Green Blue C M Y K H S L
Decimal 3 131 188 0.98 0.30 0 0.26 198.49 0.97 0.37
Hex 3 83 BC 62 1E 0 1A C6 61 25
Octal 3 203 274 142 36 0 32 306 141 45
Binary 11 10000011 10111100 1100010 11110 0 11010 11000110 1100001 100101

Color Harmonies of #0383BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0383BC

Black with #0383BC

Text Example


Text Example

White with #0383BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0383BC; }

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

 H1.HeaderClassName
 {
   color: #0383BC;
 }
 .AnyTagClassName
 {
   color: #0383BC;
 }
</style>

background-color css

<style>
 a { background-color: #0383BC; }

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

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

border-color css

<style>
 span { border-color: #0383BC; }

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

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