Html Css Color HEX #353CCB Free Speech Blue

📋 copy color: '#353CCB'

red 53 ◦ green 60 ◦ blue 203

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

Shades of Free Speech Blue #353CCB

Tints of Free Speech Blue #353CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.99%

 BLUE value IS 203 (79.69% from 255) = 64.24%

R = 16.77%
G = 18.99%
B = 64.24%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#353CCB (or 0x353CCB) is known color: Free Speech Blue. HEX triplet: 35, 3C and CB. RGB value is (53,60,203). Sum of RGB (Red+Green+Blue) = 53+60+203=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #353CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CCB is #CAC334. Grayscale: #494949. Windows color (decimal): -13288245 or 13319221. OLE color: 13319221.

HSL color Cylindrical-coordinate representation of color #353CCB: hue angle of 237.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #353CCB is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 60 203 -
CMYK 0.74 0.70 0 0.20
HSL 237.2º 0.59% 0.5% -
HSV(B) 237.2º 0.74% 0.8% -
XYZ 13.86 8.3 57.37 -
YUV 74.21 200.68 112.87 -
System Red Green Blue C M Y K H S L
Decimal 53 60 203 0.74 0.70 0 0.20 237.2 0.59 0.5
Hex 35 3C CB 4A 46 0 14 ED 3B 32
Octal 65 74 313 112 106 0 24 355 73 62
Binary 110101 111100 11001011 1001010 1000110 0 10100 11101101 111011 110010

Color Harmonies of #353CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353CCB

Black with #353CCB

Text Example


Text Example

White with #353CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353CCB; }

 p { color: rgb(53,60,203); }

 H1.HeaderClassName
 {
   color: #353CCB;
 }
 .AnyTagClassName
 {
   color: #353CCB;
 }
</style>

background-color css

<style>
 a { background-color: #353CCB; }

 a { background-color: rgb(53,60,203); }

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

border-color css

<style>
 span { border-color: #353CCB; }

 span { border-color: rgb(53,60,203); }

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