Html Css Color HEX #3652CC Free Speech Blue

📋 copy color: '#3652CC'

red 54 ◦ green 82 ◦ blue 204

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

Shades of Free Speech Blue #3652CC

Tints of Free Speech Blue #3652CC

RGB

 RED value IS 54 (21.48% from 255) = 15.88%

 GREEN value IS 82 (32.42% from 255) = 24.12%

 BLUE value IS 204 (80.08% from 255) = 60%

R = 15.88%
G = 24.12%
B = 60%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3652CC (or 0x3652CC) is known color: Free Speech Blue. HEX triplet: 36, 52 and CC. RGB value is (54,82,204). Sum of RGB (Red+Green+Blue) = 54+82+204=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #3652CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3652CC is #C9AD33. Grayscale: #575757. Windows color (decimal): -13217076 or 13390390. OLE color: 13390390.

HSL color Cylindrical-coordinate representation of color #3652CC: hue angle of 228.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3652CC is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 82 204 -
CMYK 0.74 0.60 0 0.2
HSL 228.8º 0.6% 0.51% -
HSV(B) 228.8º 0.74% 0.8% -
XYZ 15.44 11.18 58.47 -
YUV 87.54 193.72 104.08 -
System Red Green Blue C M Y K H S L
Decimal 54 82 204 0.74 0.60 0 0.2 228.8 0.6 0.51
Hex 36 52 CC 4A 3C 0 14 E5 3C 33
Octal 66 122 314 112 74 0 24 345 74 63
Binary 110110 1010010 11001100 1001010 111100 0 10100 11100101 111100 110011

Color Harmonies of #3652CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3652CC

Black with #3652CC

Text Example


Text Example

White with #3652CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3652CC; }

 p { color: rgb(54,82,204); }

 H1.HeaderClassName
 {
   color: #3652CC;
 }
 .AnyTagClassName
 {
   color: #3652CC;
 }
</style>

background-color css

<style>
 a { background-color: #3652CC; }

 a { background-color: rgb(54,82,204); }

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

border-color css

<style>
 span { border-color: #3652CC; }

 span { border-color: rgb(54,82,204); }

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