Html Css Color HEX #355BB9 Cerulean Blue

📋 copy color: '#355BB9'

red 53 ◦ green 91 ◦ blue 185

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

Shades of Cerulean Blue #355BB9

Tints of Cerulean Blue #355BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 56.23%

R = 16.11%
G = 27.66%
B = 56.23%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#355BB9 (or 0x355BB9) is known color: Cerulean Blue. HEX triplet: 35, 5B and B9. RGB value is (53,91,185). Sum of RGB (Red+Green+Blue) = 53+91+185=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 185 (72.66% from 255 or 56.23% from 329); Max value from RGB is 185 - color contains mainly: blue. Hex color #355BB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355BB9 is #CAA446. Grayscale: #595959. Windows color (decimal): -13280327 or 12147509. OLE color: 12147509.

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

Color convert

RGB 53 91 185 -
CMYK 0.71 0.51 0 0.27
HSL 222.73º 0.55% 0.47% -
HSV(B) 222.73º 0.71% 0.73% -
XYZ 13.97 11.74 47.43 -
YUV 90.35 181.41 101.36 -
System Red Green Blue C M Y K H S L
Decimal 53 91 185 0.71 0.51 0 0.27 222.73 0.55 0.47
Hex 35 5B B9 47 33 0 1B DF 37 2F
Octal 65 133 271 107 63 0 33 337 67 57
Binary 110101 1011011 10111001 1000111 110011 0 11011 11011111 110111 101111

Color Harmonies of #355BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355BB9

Black with #355BB9

Text Example


Text Example

White with #355BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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