#0369A3

Color #0369A3 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0369A3

Tints of Cerulean #0369A3

Color information

#0369A3 (or 0x0369A3) is unknown color: approx Cerulean. HEX triplet: 03, 69 and A3. RGB value is (3,105,163). Sum of RGB (Red+Green+Blue) = 3+105+163=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 163 (64.06% from 255 or 60.15% from 271); Max value from RGB is 163 - color contains mainly: blue. Hex color #0369A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0369A3 is #FC965C. Grayscale: #505050. Windows color (decimal): -16553565 or 10709251. OLE color: 10709251.

HSL color Cylindrical-coordinate representation of color #0369A3: hue angle of 201.75º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0369A3 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3105163-
CMYK0.980.3600.36
HSL201.75º96.39%32.55%-
HSV(B)201.75º98.16%63.92%-
XYZ11.712.7736.5-
YUV81.11174.2172.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.11%
GREEN value IS 105 (41.41% from 255) = 38.75%
BLUE value IS 163 (64.06% from 255) = 60.15%
R=1.11%
G=38.75%
B=60.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31051630.980.3600.36201.7596.3932.55
Hex369A36224024ca6021
Octal31512431424404431214041
Binary1111010011010001111000101001000100100110010101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0369A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0369A3; }

 p { color: rgb(3,105,163); }

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

<style>
 a { background-color: #0369A3; }

 a { background-color: rgb(3,105,163); }

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

<style>
 span { border-color: #0369A3; }

 span { border-color: rgb(3,105,163); }

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