Html Css Color HEX #3F65CB Free Speech Blue

📋 copy color: '#3F65CB'

red 63 ◦ green 101 ◦ blue 203

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

Shades of Free Speech Blue #3F65CB

Tints of Free Speech Blue #3F65CB

RGB

 RED value IS 63 (25% from 255) = 17.17%

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

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

R = 17.17%
G = 27.52%
B = 55.31%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F65CB (or 0x3F65CB) is known color: Free Speech Blue. HEX triplet: 3F, 65 and CB. RGB value is (63,101,203). Sum of RGB (Red+Green+Blue) = 63+101+203=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F65CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F65CB is #C09A34. Grayscale: #646464. Windows color (decimal): -12622389 or 13329727. OLE color: 13329727.

HSL color Cylindrical-coordinate representation of color #3F65CB: hue angle of 223.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F65CB is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 101 203 -
CMYK 0.69 0.50 0 0.20
HSL 223.71º 0.57% 0.52% -
HSV(B) 223.71º 0.69% 0.8% -
XYZ 17.48 14.68 58.41 -
YUV 101.27 185.41 100.71 -
System Red Green Blue C M Y K H S L
Decimal 63 101 203 0.69 0.50 0 0.20 223.71 0.57 0.52
Hex 3F 65 CB 45 32 0 14 E0 39 34
Octal 77 145 313 105 62 0 24 340 71 64
Binary 111111 1100101 11001011 1000101 110010 0 10100 11100000 111001 110100

Color Harmonies of #3F65CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F65CB

Black with #3F65CB

Text Example


Text Example

White with #3F65CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F65CB; }

 p { color: rgb(63,101,203); }

 H1.HeaderClassName
 {
   color: #3F65CB;
 }
 .AnyTagClassName
 {
   color: #3F65CB;
 }
</style>

background-color css

<style>
 a { background-color: #3F65CB; }

 a { background-color: rgb(63,101,203); }

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

border-color css

<style>
 span { border-color: #3F65CB; }

 span { border-color: rgb(63,101,203); }

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