#3361C1

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

Shades of Cerulean Blue #3361C1

Tints of Cerulean Blue #3361C1

Color information

#3361C1 (or 0x3361C1) is unknown color: approx Cerulean Blue. HEX triplet: 33, 61 and C1. RGB value is (51,97,193). Sum of RGB (Red+Green+Blue) = 51+97+193=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 193 (75.78% from 255 or 56.60% from 341); Max value from RGB is 193 - color contains mainly: blue. Hex color #3361C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3361C1 is #CC9E3E. Grayscale: #5D5D5D. Windows color (decimal): -13409855 or 12673331. OLE color: 12673331.

HSL color Cylindrical-coordinate representation of color #3361C1: hue angle of 220.56º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3361C1 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5197193-
CMYK0.740.5000.24
HSL220.56º58.2%47.84%-
HSV(B)220.56º73.58%75.69%-
XYZ15.2713.152.18-
YUV94.19183.7697.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.96%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 193 (75.78% from 255) = 56.60%
R=14.96%
G=28.45%
B=56.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51971930.740.5000.24220.5658.247.84
Hex3361C14A32018dd3a30
Octal63141301112620303357260
Binary110011110000111000001100101011001001100011011101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3361C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,97,193); }

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

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

 a { background-color: rgb(51,97,193); }

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

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

 span { border-color: rgb(51,97,193); }

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