#365FC2

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

Shades of Cerulean Blue #365FC2

Tints of Cerulean Blue #365FC2

Color information

#365FC2 (or 0x365FC2) is unknown color: approx Cerulean Blue. HEX triplet: 36, 5F and C2. RGB value is (54,95,194). Sum of RGB (Red+Green+Blue) = 54+95+194=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 194 (76.17% from 255 or 56.56% from 343); Max value from RGB is 194 - color contains mainly: blue. Hex color #365FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365FC2 is #C9A03D. Grayscale: #5D5D5D. Windows color (decimal): -13213758 or 12738358. OLE color: 12738358.

HSL color Cylindrical-coordinate representation of color #365FC2: hue angle of 222.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #365FC2 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5495194-
CMYK0.720.5100.24
HSL222.43º56.45%48.63%-
HSV(B)222.43º72.16%76.08%-
XYZ15.3512.8652.71-
YUV94.03184.4299.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.74%
GREEN value IS 95 (37.5% from 255) = 27.70%
BLUE value IS 194 (76.17% from 255) = 56.56%
R=15.74%
G=27.70%
B=56.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal54951940.720.5100.24222.4356.4548.63
Hex365FC24833018de3831
Octal66137302110630303367061
Binary110110101111111000010100100011001101100011011110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365FC2; }

 p { color: rgb(54,95,194); }

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

<style>
 a { background-color: #365FC2; }

 a { background-color: rgb(54,95,194); }

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

<style>
 span { border-color: #365FC2; }

 span { border-color: rgb(54,95,194); }

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