Html Css Color HEX #355EC2 Cerulean Blue

📋 copy color: '#355EC2'

red 53 ◦ green 94 ◦ blue 194

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

Shades of Cerulean Blue #355EC2

Tints of Cerulean Blue #355EC2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.57%

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

R = 15.54%
G = 27.57%
B = 56.89%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#355EC2 (or 0x355EC2) is known color: Cerulean Blue. HEX triplet: 35, 5E and C2. RGB value is (53,94,194). Sum of RGB (Red+Green+Blue) = 53+94+194=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 194 (76.17% from 255 or 56.89% from 341); Max value from RGB is 194 - color contains mainly: blue. Hex color #355EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355EC2 is #CAA13D. Grayscale: #5C5C5C. Windows color (decimal): -13279550 or 12738101. OLE color: 12738101.

HSL color Cylindrical-coordinate representation of color #355EC2: hue angle of 222.55º 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 #355EC2 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 94 194 -
CMYK 0.73 0.52 0 0.24
HSL 222.55º 0.57% 0.48% -
HSV(B) 222.55º 0.73% 0.76% -
XYZ 15.21 12.66 52.68 -
YUV 93.14 184.92 99.37 -
System Red Green Blue C M Y K H S L
Decimal 53 94 194 0.73 0.52 0 0.24 222.55 0.57 0.48
Hex 35 5E C2 49 34 0 18 DF 39 30
Octal 65 136 302 111 64 0 30 337 71 60
Binary 110101 1011110 11000010 1001001 110100 0 11000 11011111 111001 110000

Color Harmonies of #355EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355EC2

Black with #355EC2

Text Example


Text Example

White with #355EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355EC2; }

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

 H1.HeaderClassName
 {
   color: #355EC2;
 }
 .AnyTagClassName
 {
   color: #355EC2;
 }
</style>

background-color css

<style>
 a { background-color: #355EC2; }

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

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

border-color css

<style>
 span { border-color: #355EC2; }

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

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