Html Css Color HEX #355DBF Cerulean Blue

📋 copy color: '#355DBF'

red 53 ◦ green 93 ◦ blue 191

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

Shades of Cerulean Blue #355DBF

Tints of Cerulean Blue #355DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.6%

 BLUE value IS 191 (75% from 255) = 56.68%

R = 15.73%
G = 27.6%
B = 56.68%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#355DBF (or 0x355DBF) is known color: Cerulean Blue. HEX triplet: 35, 5D and BF. RGB value is (53,93,191). Sum of RGB (Red+Green+Blue) = 53+93+191=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #355DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DBF is #CAA240. Grayscale: #5B5B5B. Windows color (decimal): -13279809 or 12541237. OLE color: 12541237.

HSL color Cylindrical-coordinate representation of color #355DBF: hue angle of 222.61º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #355DBF is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 93 191 -
CMYK 0.72 0.51 0 0.25
HSL 222.61º 0.57% 0.48% -
HSV(B) 222.61º 0.72% 0.75% -
XYZ 14.79 12.35 50.89 -
YUV 92.21 183.75 100.03 -
System Red Green Blue C M Y K H S L
Decimal 53 93 191 0.72 0.51 0 0.25 222.61 0.57 0.48
Hex 35 5D BF 48 33 0 19 DF 39 30
Octal 65 135 277 110 63 0 31 337 71 60
Binary 110101 1011101 10111111 1001000 110011 0 11001 11011111 111001 110000

Color Harmonies of #355DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DBF

Black with #355DBF

Text Example


Text Example

White with #355DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,93,191); }

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

background-color css

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

 a { background-color: rgb(53,93,191); }

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

border-color css

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

 span { border-color: rgb(53,93,191); }

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