#0383C1

Color #0383C1 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0383C1

Tints of Bondi Blue #0383C1

Color information

#0383C1 (or 0x0383C1) is unknown color: approx Bondi Blue. HEX triplet: 03, 83 and C1. RGB value is (3,131,193). Sum of RGB (Red+Green+Blue) = 3+131+193=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 193 (75.78% from 255 or 59.02% from 327); Max value from RGB is 193 - color contains mainly: blue. Hex color #0383C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0383C1 is #FC7C3E. Grayscale: #636363. Windows color (decimal): -16546879 or 12681987. OLE color: 12681987.

HSL color Cylindrical-coordinate representation of color #0383C1: hue angle of 199.58º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0383C1 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3131193-
CMYK0.980.3200.24
HSL199.58º96.94%38.43%-
HSV(B)199.58º98.45%75.69%-
XYZ17.7820.153.4-
YUV99.8180.5958.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.92%
GREEN value IS 131 (51.56% from 255) = 40.06%
BLUE value IS 193 (75.78% from 255) = 59.02%
R=0.92%
G=40.06%
B=59.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal31311930.980.3200.24199.5896.9438.43
Hex383C16220018c86126
Octal32033011424003031014146
Binary1110000011110000011100010100000011000110010001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0383C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0383C1;
 }
 .AnyTagClassName
 {
   color: #0383C1;
 }
</style>
background-color css

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

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

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

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

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

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