Html Css Color HEX #3655CC Free Speech Blue

📋 copy color: '#3655CC'

red 54 ◦ green 85 ◦ blue 204

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

Shades of Free Speech Blue #3655CC

Tints of Free Speech Blue #3655CC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.78%

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

R = 15.74%
G = 24.78%
B = 59.48%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3655CC (or 0x3655CC) is known color: Free Speech Blue. HEX triplet: 36, 55 and CC. RGB value is (54,85,204). Sum of RGB (Red+Green+Blue) = 54+85+204=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #3655CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3655CC is #C9AA33. Grayscale: #585858. Windows color (decimal): -13216308 or 13391158. OLE color: 13391158.

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

Color convert

RGB 54 85 204 -
CMYK 0.74 0.58 0 0.2
HSL 227.6º 0.6% 0.51% -
HSV(B) 227.6º 0.74% 0.8% -
XYZ 15.67 11.64 58.55 -
YUV 89.3 192.73 102.82 -
System Red Green Blue C M Y K H S L
Decimal 54 85 204 0.74 0.58 0 0.2 227.6 0.6 0.51
Hex 36 55 CC 4A 3A 0 14 E4 3C 33
Octal 66 125 314 112 72 0 24 344 74 63
Binary 110110 1010101 11001100 1001010 111010 0 10100 11100100 111100 110011

Color Harmonies of #3655CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3655CC

Black with #3655CC

Text Example


Text Example

White with #3655CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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