Html Css Color HEX #355DBC Cerulean Blue

📋 copy color: '#355DBC'

red 53 ◦ green 93 ◦ blue 188

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

Shades of Cerulean Blue #355DBC

Tints of Cerulean Blue #355DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.29%

R = 15.87%
G = 27.84%
B = 56.29%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#355DBC (or 0x355DBC) is known color: Cerulean Blue. HEX triplet: 35, 5D and BC. RGB value is (53,93,188). Sum of RGB (Red+Green+Blue) = 53+93+188=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #355DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DBC is #CAA243. Grayscale: #5B5B5B. Windows color (decimal): -13279812 or 12344629. OLE color: 12344629.

HSL color Cylindrical-coordinate representation of color #355DBC: hue angle of 222.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #355DBC is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 93 188 -
CMYK 0.72 0.51 0 0.26
HSL 222.22º 0.56% 0.47% -
HSV(B) 222.22º 0.72% 0.74% -
XYZ 14.46 12.22 49.17 -
YUV 91.87 182.25 100.28 -
System Red Green Blue C M Y K H S L
Decimal 53 93 188 0.72 0.51 0 0.26 222.22 0.56 0.47
Hex 35 5D BC 48 33 0 1A DE 38 2F
Octal 65 135 274 110 63 0 32 336 70 57
Binary 110101 1011101 10111100 1001000 110011 0 11010 11011110 111000 101111

Color Harmonies of #355DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DBC

Black with #355DBC

Text Example


Text Example

White with #355DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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