Html Css Color HEX #355DC1 Cerulean Blue

📋 copy color: '#355DC1'

red 53 ◦ green 93 ◦ blue 193

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

Shades of Cerulean Blue #355DC1

Tints of Cerulean Blue #355DC1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.43%

 BLUE value IS 193 (75.78% from 255) = 56.93%

R = 15.63%
G = 27.43%
B = 56.93%

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

#355DC1 (or 0x355DC1) is known color: Cerulean Blue. HEX triplet: 35, 5D and C1. RGB value is (53,93,193). Sum of RGB (Red+Green+Blue) = 53+93+193=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 193 (75.78% from 255 or 56.93% from 339); Max value from RGB is 193 - color contains mainly: blue. Hex color #355DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DC1 is #CAA23E. Grayscale: #5C5C5C. Windows color (decimal): -13279807 or 12672309. OLE color: 12672309.

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

Color convert

RGB 53 93 193 -
CMYK 0.73 0.52 0 0.24
HSL 222.86º 0.57% 0.48% -
HSV(B) 222.86º 0.73% 0.76% -
XYZ 15.01 12.44 52.06 -
YUV 92.44 184.75 99.87 -
System Red Green Blue C M Y K H S L
Decimal 53 93 193 0.73 0.52 0 0.24 222.86 0.57 0.48
Hex 35 5D C1 49 34 0 18 DF 39 30
Octal 65 135 301 111 64 0 30 337 71 60
Binary 110101 1011101 11000001 1001001 110100 0 11000 11011111 111001 110000

Color Harmonies of #355DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DC1

Black with #355DC1

Text Example


Text Example

White with #355DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,93,193); }

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

background-color css

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

 a { background-color: rgb(53,93,193); }

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

border-color css

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

 span { border-color: rgb(53,93,193); }

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