Html Css Color HEX #355DBD Cerulean Blue

📋 copy color: '#355DBD'

red 53 ◦ green 93 ◦ blue 189

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

Shades of Cerulean Blue #355DBD

Tints of Cerulean Blue #355DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.42%

R = 15.82%
G = 27.76%
B = 56.42%

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

#355DBD (or 0x355DBD) is known color: Cerulean Blue. HEX triplet: 35, 5D and BD. RGB value is (53,93,189). Sum of RGB (Red+Green+Blue) = 53+93+189=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #355DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DBD is #CAA242. Grayscale: #5B5B5B. Windows color (decimal): -13279811 or 12410165. OLE color: 12410165.

HSL color Cylindrical-coordinate representation of color #355DBD: hue angle of 222.35º 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 #355DBD is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 93 189 -
CMYK 0.72 0.51 0 0.26
HSL 222.35º 0.56% 0.47% -
HSV(B) 222.35º 0.72% 0.74% -
XYZ 14.57 12.26 49.74 -
YUV 91.98 182.75 100.19 -
System Red Green Blue C M Y K H S L
Decimal 53 93 189 0.72 0.51 0 0.26 222.35 0.56 0.47
Hex 35 5D BD 48 33 0 1A DE 38 2F
Octal 65 135 275 110 63 0 32 336 70 57
Binary 110101 1011101 10111101 1001000 110011 0 11010 11011110 111000 101111

Color Harmonies of #355DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DBD

Black with #355DBD

Text Example


Text Example

White with #355DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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