Html Css Color HEX #355DB9 Cerulean Blue

📋 copy color: '#355DB9'

red 53 ◦ green 93 ◦ blue 185

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

Shades of Cerulean Blue #355DB9

Tints of Cerulean Blue #355DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 55.89%

R = 16.01%
G = 28.1%
B = 55.89%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#355DB9 (or 0x355DB9) is known color: Cerulean Blue. HEX triplet: 35, 5D and B9. RGB value is (53,93,185). Sum of RGB (Red+Green+Blue) = 53+93+185=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 185 (72.66% from 255 or 55.89% from 331); Max value from RGB is 185 - color contains mainly: blue. Hex color #355DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DB9 is #CAA246. Grayscale: #5B5B5B. Windows color (decimal): -13279815 or 12148021. OLE color: 12148021.

HSL color Cylindrical-coordinate representation of color #355DB9: hue angle of 221.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #355DB9 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 93 185 -
CMYK 0.71 0.50 0 0.27
HSL 221.82º 0.55% 0.47% -
HSV(B) 221.82º 0.71% 0.73% -
XYZ 14.14 12.09 47.49 -
YUV 91.53 180.75 100.52 -
System Red Green Blue C M Y K H S L
Decimal 53 93 185 0.71 0.50 0 0.27 221.82 0.55 0.47
Hex 35 5D B9 47 32 0 1B DE 37 2F
Octal 65 135 271 107 62 0 33 336 67 57
Binary 110101 1011101 10111001 1000111 110010 0 11011 11011110 110111 101111

Color Harmonies of #355DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DB9

Black with #355DB9

Text Example


Text Example

White with #355DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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