Html Css Color HEX #3665CC Free Speech Blue

📋 copy color: '#3665CC'

red 54 ◦ green 101 ◦ blue 204

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

Shades of Free Speech Blue #3665CC

Tints of Free Speech Blue #3665CC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.13%

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

R = 15.04%
G = 28.13%
B = 56.82%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3665CC (or 0x3665CC) is known color: Free Speech Blue. HEX triplet: 36, 65 and CC. RGB value is (54,101,204). Sum of RGB (Red+Green+Blue) = 54+101+204=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #3665CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3665CC is #C99A33. Grayscale: #626262. Windows color (decimal): -13212212 or 13395254. OLE color: 13395254.

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

Color convert

RGB 54 101 204 -
CMYK 0.74 0.50 0 0.2
HSL 221.2º 0.6% 0.51% -
HSV(B) 221.2º 0.74% 0.8% -
XYZ 17.07 14.45 59.02 -
YUV 98.69 187.43 96.12 -
System Red Green Blue C M Y K H S L
Decimal 54 101 204 0.74 0.50 0 0.2 221.2 0.6 0.51
Hex 36 65 CC 4A 32 0 14 DD 3C 33
Octal 66 145 314 112 62 0 24 335 74 63
Binary 110110 1100101 11001100 1001010 110010 0 10100 11011101 111100 110011

Color Harmonies of #3665CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3665CC

Black with #3665CC

Text Example


Text Example

White with #3665CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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