Html Css Color HEX #355CBD Cerulean Blue

📋 copy color: '#355CBD'

red 53 ◦ green 92 ◦ blue 189

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

Shades of Cerulean Blue #355CBD

Tints of Cerulean Blue #355CBD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.54%

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

R = 15.87%
G = 27.54%
B = 56.59%

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

#355CBD (or 0x355CBD) is known color: Cerulean Blue. HEX triplet: 35, 5C and BD. RGB value is (53,92,189). Sum of RGB (Red+Green+Blue) = 53+92+189=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #355CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CBD is #CAA342. Grayscale: #5A5A5A. Windows color (decimal): -13280067 or 12409909. OLE color: 12409909.

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

Color convert

RGB 53 92 189 -
CMYK 0.72 0.51 0 0.26
HSL 222.79º 0.56% 0.47% -
HSV(B) 222.79º 0.72% 0.74% -
XYZ 14.48 12.09 49.71 -
YUV 91.4 183.08 100.61 -
System Red Green Blue C M Y K H S L
Decimal 53 92 189 0.72 0.51 0 0.26 222.79 0.56 0.47
Hex 35 5C BD 48 33 0 1A DF 38 2F
Octal 65 134 275 110 63 0 32 337 70 57
Binary 110101 1011100 10111101 1001000 110011 0 11010 11011111 111000 101111

Color Harmonies of #355CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355CBD

Black with #355CBD

Text Example


Text Example

White with #355CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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