Html Css Color HEX #355CB7 Cerulean Blue

📋 copy color: '#355CB7'

red 53 ◦ green 92 ◦ blue 183

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

Shades of Cerulean Blue #355CB7

Tints of Cerulean Blue #355CB7

RGB

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

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

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

R = 16.16%
G = 28.05%
B = 55.79%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#355CB7 (or 0x355CB7) is known color: Cerulean Blue. HEX triplet: 35, 5C and B7. RGB value is (53,92,183). Sum of RGB (Red+Green+Blue) = 53+92+183=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 183 (71.88% from 255 or 55.79% from 328); Max value from RGB is 183 - color contains mainly: blue. Hex color #355CB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CB7 is #CAA348. Grayscale: #5A5A5A. Windows color (decimal): -13280073 or 12016693. OLE color: 12016693.

HSL color Cylindrical-coordinate representation of color #355CB7: hue angle of 222º 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 #355CB7 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 53 92 183 -
CMYK 0.71 0.50 0 0.28
HSL 222º 0.55% 0.46% -
HSV(B) 222º 0.71% 0.72% -
XYZ 13.84 11.83 46.35 -
YUV 90.71 180.08 101.1 -
System Red Green Blue C M Y K H S L
Decimal 53 92 183 0.71 0.50 0 0.28 222 0.55 0.46
Hex 35 5C B7 47 32 0 1C DE 37 2E
Octal 65 134 267 107 62 0 34 336 67 56
Binary 110101 1011100 10110111 1000111 110010 0 11100 11011110 110111 101110

Color Harmonies of #355CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355CB7

Black with #355CB7

Text Example


Text Example

White with #355CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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