Html Css Color HEX #355BBC Cerulean Blue

📋 copy color: '#355BBC'

red 53 ◦ green 91 ◦ blue 188

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

Shades of Cerulean Blue #355BBC

Tints of Cerulean Blue #355BBC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.41%

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

R = 15.96%
G = 27.41%
B = 56.63%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#355BBC (or 0x355BBC) is known color: Cerulean Blue. HEX triplet: 35, 5B and BC. RGB value is (53,91,188). Sum of RGB (Red+Green+Blue) = 53+91+188=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #355BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355BBC is #CAA443. Grayscale: #5A5A5A. Windows color (decimal): -13280324 or 12344117. OLE color: 12344117.

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

Color convert

RGB 53 91 188 -
CMYK 0.72 0.52 0 0.26
HSL 223.11º 0.56% 0.47% -
HSV(B) 223.11º 0.72% 0.74% -
XYZ 14.29 11.87 49.12 -
YUV 90.7 182.91 101.11 -
System Red Green Blue C M Y K H S L
Decimal 53 91 188 0.72 0.52 0 0.26 223.11 0.56 0.47
Hex 35 5B BC 48 34 0 1A DF 38 2F
Octal 65 133 274 110 64 0 32 337 70 57
Binary 110101 1011011 10111100 1001000 110100 0 11010 11011111 111000 101111

Color Harmonies of #355BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355BBC

Black with #355BBC

Text Example


Text Example

White with #355BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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