Html Css Color HEX #355EC3 Cerulean Blue

📋 copy color: '#355EC3'

red 53 ◦ green 94 ◦ blue 195

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

Shades of Cerulean Blue #355EC3

Tints of Cerulean Blue #355EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 57.02%

R = 15.5%
G = 27.49%
B = 57.02%

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

#355EC3 (or 0x355EC3) is known color: Cerulean Blue. HEX triplet: 35, 5E and C3. RGB value is (53,94,195). Sum of RGB (Red+Green+Blue) = 53+94+195=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 195 (76.56% from 255 or 57.02% from 342); Max value from RGB is 195 - color contains mainly: blue. Hex color #355EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355EC3 is #CAA13C. Grayscale: #5C5C5C. Windows color (decimal): -13279549 or 12803637. OLE color: 12803637.

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

Color convert

RGB 53 94 195 -
CMYK 0.73 0.52 0 0.24
HSL 222.68º 0.57% 0.49% -
HSV(B) 222.68º 0.73% 0.76% -
XYZ 15.32 12.7 53.27 -
YUV 93.26 185.42 99.29 -
System Red Green Blue C M Y K H S L
Decimal 53 94 195 0.73 0.52 0 0.24 222.68 0.57 0.49
Hex 35 5E C3 49 34 0 18 DF 39 31
Octal 65 136 303 111 64 0 30 337 71 61
Binary 110101 1011110 11000011 1001001 110100 0 11000 11011111 111001 110001

Color Harmonies of #355EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355EC3

Black with #355EC3

Text Example


Text Example

White with #355EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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