Html Css Color HEX #3555C2 Cerulean Blue

📋 copy color: '#3555C2'

red 53 ◦ green 85 ◦ blue 194

#3555C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #3555C2

Tints of Cerulean Blue #3555C2

RGB

 RED value IS 53 (21.09% from 255) = 15.96%

 GREEN value IS 85 (33.59% from 255) = 25.6%

 BLUE value IS 194 (76.17% from 255) = 58.43%

R = 15.96%
G = 25.6%
B = 58.43%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3555C2 (or 0x3555C2) is known color: Cerulean Blue. HEX triplet: 35, 55 and C2. RGB value is (53,85,194). Sum of RGB (Red+Green+Blue) = 53+85+194=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 194 (76.17% from 255 or 58.43% from 332); Max value from RGB is 194 - color contains mainly: blue. Hex color #3555C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3555C2 is #CAAA3D. Grayscale: #575757. Windows color (decimal): -13281854 or 12735797. OLE color: 12735797.

HSL color Cylindrical-coordinate representation of color #3555C2: hue angle of 226.38º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3555C2 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 85 194 -
CMYK 0.73 0.56 0 0.24
HSL 226.38º 0.57% 0.48% -
HSV(B) 226.38º 0.73% 0.76% -
XYZ 14.45 11.15 52.43 -
YUV 87.86 187.9 103.14 -
System Red Green Blue C M Y K H S L
Decimal 53 85 194 0.73 0.56 0 0.24 226.38 0.57 0.48
Hex 35 55 C2 49 38 0 18 E2 39 30
Octal 65 125 302 111 70 0 30 342 71 60
Binary 110101 1010101 11000010 1001001 111000 0 11000 11100010 111001 110000

Color Harmonies of #3555C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3555C2

Black with #3555C2

Text Example


Text Example

White with #3555C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3555C2; }

 p { color: rgb(53,85,194); }

 H1.HeaderClassName
 {
   color: #3555C2;
 }
 .AnyTagClassName
 {
   color: #3555C2;
 }
</style>

background-color css

<style>
 a { background-color: #3555C2; }

 a { background-color: rgb(53,85,194); }

 div.DivClassName
 {
   background-color: #3555C2;
 }
 .BgClassName
 {
   background-color: #3555C2;
 }
</style>

border-color css

<style>
 span { border-color: #3555C2; }

 span { border-color: rgb(53,85,194); }

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