#3358C1

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

Shades of Cerulean Blue #3358C1

Tints of Cerulean Blue #3358C1

Color information

#3358C1 (or 0x3358C1) is unknown color: approx Cerulean Blue. HEX triplet: 33, 58 and C1. RGB value is (51,88,193). Sum of RGB (Red+Green+Blue) = 51+88+193=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 193 (75.78% from 255 or 58.13% from 332); Max value from RGB is 193 - color contains mainly: blue. Hex color #3358C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3358C1 is #CCA73E. Grayscale: #585858. Windows color (decimal): -13412159 or 12671027. OLE color: 12671027.

HSL color Cylindrical-coordinate representation of color #3358C1: hue angle of 224.37º 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 #3358C1 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5188193-
CMYK0.740.5400.24
HSL224.37º58.2%47.84%-
HSV(B)224.37º73.58%75.69%-
XYZ14.4811.5351.92-
YUV88.91186.74100.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.36%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 193 (75.78% from 255) = 58.13%
R=15.36%
G=26.51%
B=58.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51881930.740.5400.24224.3758.247.84
Hex3358C14A36018e03a30
Octal63130301112660303407260
Binary110011101100011000001100101011011001100011100000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3358C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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