Html Css Color HEX #3641CC Free Speech Blue

📋 copy color: '#3641CC'

red 54 ◦ green 65 ◦ blue 204

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

Shades of Free Speech Blue #3641CC

Tints of Free Speech Blue #3641CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.12%

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

R = 16.72%
G = 20.12%
B = 63.16%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3641CC (or 0x3641CC) is known color: Free Speech Blue. HEX triplet: 36, 41 and CC. RGB value is (54,65,204). Sum of RGB (Red+Green+Blue) = 54+65+204=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #3641CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3641CC is #C9BE33. Grayscale: #4C4C4C. Windows color (decimal): -13221428 or 13386038. OLE color: 13386038.

HSL color Cylindrical-coordinate representation of color #3641CC: hue angle of 235.6º 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 #3641CC is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 65 204 -
CMYK 0.74 0.68 0 0.2
HSL 235.6º 0.6% 0.51% -
HSV(B) 235.6º 0.74% 0.8% -
XYZ 14.31 8.92 58.1 -
YUV 77.56 199.36 111.2 -
System Red Green Blue C M Y K H S L
Decimal 54 65 204 0.74 0.68 0 0.2 235.6 0.6 0.51
Hex 36 41 CC 4A 44 0 14 EC 3C 33
Octal 66 101 314 112 104 0 24 354 74 63
Binary 110110 1000001 11001100 1001010 1000100 0 10100 11101100 111100 110011

Color Harmonies of #3641CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3641CC

Black with #3641CC

Text Example


Text Example

White with #3641CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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