Html Css Color HEX #355CBC Cerulean Blue

📋 copy color: '#355CBC'

red 53 ◦ green 92 ◦ blue 188

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

Shades of Cerulean Blue #355CBC

Tints of Cerulean Blue #355CBC

RGB

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

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

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

R = 15.92%
G = 27.63%
B = 56.46%

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

#355CBC (or 0x355CBC) is known color: Cerulean Blue. HEX triplet: 35, 5C and BC. RGB value is (53,92,188). Sum of RGB (Red+Green+Blue) = 53+92+188=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #355CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CBC is #CAA343. Grayscale: #5A5A5A. Windows color (decimal): -13280068 or 12344373. OLE color: 12344373.

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

Color convert

RGB 53 92 188 -
CMYK 0.72 0.51 0 0.26
HSL 222.67º 0.56% 0.47% -
HSV(B) 222.67º 0.72% 0.74% -
XYZ 14.37 12.04 49.14 -
YUV 91.28 182.58 100.69 -
System Red Green Blue C M Y K H S L
Decimal 53 92 188 0.72 0.51 0 0.26 222.67 0.56 0.47
Hex 35 5C BC 48 33 0 1A DF 38 2F
Octal 65 134 274 110 63 0 32 337 70 57
Binary 110101 1011100 10111100 1001000 110011 0 11010 11011111 111000 101111

Color Harmonies of #355CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355CBC

Black with #355CBC

Text Example


Text Example

White with #355CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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