Html Css Color HEX #3663CB Free Speech Blue

📋 copy color: '#3663CB'

red 54 ◦ green 99 ◦ blue 203

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

Shades of Free Speech Blue #3663CB

Tints of Free Speech Blue #3663CB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.81%

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

R = 15.17%
G = 27.81%
B = 57.02%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3663CB (or 0x3663CB) is known color: Free Speech Blue. HEX triplet: 36, 63 and CB. RGB value is (54,99,203). Sum of RGB (Red+Green+Blue) = 54+99+203=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #3663CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3663CB is #C99C34. Grayscale: #606060. Windows color (decimal): -13212725 or 13329206. OLE color: 13329206.

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

Color convert

RGB 54 99 203 -
CMYK 0.73 0.51 0 0.20
HSL 221.88º 0.59% 0.5% -
HSV(B) 221.88º 0.73% 0.8% -
XYZ 16.76 14.02 58.32 -
YUV 97.4 187.59 97.04 -
System Red Green Blue C M Y K H S L
Decimal 54 99 203 0.73 0.51 0 0.20 221.88 0.59 0.5
Hex 36 63 CB 49 33 0 14 DE 3B 32
Octal 66 143 313 111 63 0 24 336 73 62
Binary 110110 1100011 11001011 1001001 110011 0 10100 11011110 111011 110010

Color Harmonies of #3663CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3663CB

Black with #3663CB

Text Example


Text Example

White with #3663CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3663CB; }

 p { color: rgb(54,99,203); }

 H1.HeaderClassName
 {
   color: #3663CB;
 }
 .AnyTagClassName
 {
   color: #3663CB;
 }
</style>

background-color css

<style>
 a { background-color: #3663CB; }

 a { background-color: rgb(54,99,203); }

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

border-color css

<style>
 span { border-color: #3663CB; }

 span { border-color: rgb(54,99,203); }

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