Html Css Color HEX #355DB7 Cerulean Blue

📋 copy color: '#355DB7'

red 53 ◦ green 93 ◦ blue 183

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

Shades of Cerulean Blue #355DB7

Tints of Cerulean Blue #355DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 55.62%

R = 16.11%
G = 28.27%
B = 55.62%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#355DB7 (or 0x355DB7) is known color: Cerulean Blue. HEX triplet: 35, 5D and B7. RGB value is (53,93,183). Sum of RGB (Red+Green+Blue) = 53+93+183=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 183 (71.88% from 255 or 55.62% from 329); Max value from RGB is 183 - color contains mainly: blue. Hex color #355DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DB7 is #CAA248. Grayscale: #5A5A5A. Windows color (decimal): -13279817 or 12016949. OLE color: 12016949.

HSL color Cylindrical-coordinate representation of color #355DB7: hue angle of 221.54º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #355DB7 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 53 93 183 -
CMYK 0.71 0.49 0 0.28
HSL 221.54º 0.55% 0.46% -
HSV(B) 221.54º 0.71% 0.72% -
XYZ 13.93 12 46.38 -
YUV 91.3 179.75 100.68 -
System Red Green Blue C M Y K H S L
Decimal 53 93 183 0.71 0.49 0 0.28 221.54 0.55 0.46
Hex 35 5D B7 47 31 0 1C DE 37 2E
Octal 65 135 267 107 61 0 34 336 67 56
Binary 110101 1011101 10110111 1000111 110001 0 11100 11011110 110111 101110

Color Harmonies of #355DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DB7

Black with #355DB7

Text Example


Text Example

White with #355DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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