Html Css Color HEX #3F46CB Free Speech Blue

📋 copy color: '#3F46CB'

red 63 ◦ green 70 ◦ blue 203

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

Shades of Free Speech Blue #3F46CB

Tints of Free Speech Blue #3F46CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

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

R = 18.75%
G = 20.83%
B = 60.42%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F46CB (or 0x3F46CB) is known color: Free Speech Blue. HEX triplet: 3F, 46 and CB. RGB value is (63,70,203). Sum of RGB (Red+Green+Blue) = 63+70+203=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F46CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F46CB is #C0B934. Grayscale: #525252. Windows color (decimal): -12630325 or 13321791. OLE color: 13321791.

HSL color Cylindrical-coordinate representation of color #3F46CB: hue angle of 237º 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 #3F46CB is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 70 203 -
CMYK 0.69 0.66 0 0.20
HSL 237º 0.57% 0.52% -
HSV(B) 237º 0.69% 0.8% -
XYZ 15.02 9.75 57.59 -
YUV 83.07 195.68 113.69 -
System Red Green Blue C M Y K H S L
Decimal 63 70 203 0.69 0.66 0 0.20 237 0.57 0.52
Hex 3F 46 CB 45 42 0 14 ED 39 34
Octal 77 106 313 105 102 0 24 355 71 64
Binary 111111 1000110 11001011 1000101 1000010 0 10100 11101101 111001 110100

Color Harmonies of #3F46CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F46CB

Black with #3F46CB

Text Example


Text Example

White with #3F46CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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