Html Css Color HEX #355DB6 Cerulean Blue

📋 copy color: '#355DB6'

red 53 ◦ green 93 ◦ blue 182

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

Shades of Cerulean Blue #355DB6

Tints of Cerulean Blue #355DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 55.49%

R = 16.16%
G = 28.35%
B = 55.49%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#355DB6 (or 0x355DB6) is known color: Cerulean Blue. HEX triplet: 35, 5D and B6. RGB value is (53,93,182). Sum of RGB (Red+Green+Blue) = 53+93+182=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #355DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DB6 is #CAA249. Grayscale: #5A5A5A. Windows color (decimal): -13279818 or 11951413. OLE color: 11951413.

HSL color Cylindrical-coordinate representation of color #355DB6: hue angle of 221.4º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #355DB6 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 53 93 182 -
CMYK 0.71 0.49 0 0.29
HSL 221.4º 0.55% 0.46% -
HSV(B) 221.4º 0.71% 0.71% -
XYZ 13.83 11.96 45.84 -
YUV 91.19 179.25 100.76 -
System Red Green Blue C M Y K H S L
Decimal 53 93 182 0.71 0.49 0 0.29 221.4 0.55 0.46
Hex 35 5D B6 47 31 0 1D DD 37 2E
Octal 65 135 266 107 61 0 35 335 67 56
Binary 110101 1011101 10110110 1000111 110001 0 11101 11011101 110111 101110

Color Harmonies of #355DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DB6

Black with #355DB6

Text Example


Text Example

White with #355DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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