Html Css Color HEX #355CBB Cerulean Blue

📋 copy color: '#355CBB'

red 53 ◦ green 92 ◦ blue 187

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

Shades of Cerulean Blue #355CBB

Tints of Cerulean Blue #355CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.33%

R = 15.96%
G = 27.71%
B = 56.33%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#355CBB (or 0x355CBB) is known color: Cerulean Blue. HEX triplet: 35, 5C and BB. RGB value is (53,92,187). Sum of RGB (Red+Green+Blue) = 53+92+187=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #355CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CBB is #CAA344. Grayscale: #5A5A5A. Windows color (decimal): -13280069 or 12278837. OLE color: 12278837.

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

Color convert

RGB 53 92 187 -
CMYK 0.72 0.51 0 0.27
HSL 222.54º 0.56% 0.47% -
HSV(B) 222.54º 0.72% 0.73% -
XYZ 14.26 12 48.58 -
YUV 91.17 182.08 100.78 -
System Red Green Blue C M Y K H S L
Decimal 53 92 187 0.72 0.51 0 0.27 222.54 0.56 0.47
Hex 35 5C BB 48 33 0 1B DF 38 2F
Octal 65 134 273 110 63 0 33 337 70 57
Binary 110101 1011100 10111011 1001000 110011 0 11011 11011111 111000 101111

Color Harmonies of #355CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355CBB

Black with #355CBB

Text Example


Text Example

White with #355CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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