Html Css Color HEX #2F3EDB Free Speech Blue

📋 copy color: '#2F3EDB'

red 47 ◦ green 62 ◦ blue 219

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

Shades of Free Speech Blue #2F3EDB

Tints of Free Speech Blue #2F3EDB

RGB

 RED value IS 47 (18.75% from 255) = 14.33%

 GREEN value IS 62 (24.61% from 255) = 18.9%

 BLUE value IS 219 (85.94% from 255) = 66.77%

R = 14.33%
G = 18.9%
B = 66.77%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2F3EDB (or 0x2F3EDB) is known color: Free Speech Blue. HEX triplet: 2F, 3E and DB. RGB value is (47,62,219). Sum of RGB (Red+Green+Blue) = 47+62+219=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F3EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3EDB is #D0C124. Grayscale: #4A4A4A. Windows color (decimal): -13680933 or 14368303. OLE color: 14368303.

HSL color Cylindrical-coordinate representation of color #2F3EDB: hue angle of 234.77º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F3EDB is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 62 219 -
CMYK 0.79 0.72 0 0.14
HSL 234.77º 0.7% 0.52% -
HSV(B) 234.77º 0.79% 0.86% -
XYZ 15.68 9.16 67.96 -
YUV 75.41 209.03 107.73 -
System Red Green Blue C M Y K H S L
Decimal 47 62 219 0.79 0.72 0 0.14 234.77 0.7 0.52
Hex 2F 3E DB 4F 48 0 E EB 46 34
Octal 57 76 333 117 110 0 16 353 106 64
Binary 101111 111110 11011011 1001111 1001000 0 1110 11101011 1000110 110100

Color Harmonies of #2F3EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3EDB

Black with #2F3EDB

Text Example


Text Example

White with #2F3EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F3EDB; }

 p { color: rgb(47,62,219); }

 H1.HeaderClassName
 {
   color: #2F3EDB;
 }
 .AnyTagClassName
 {
   color: #2F3EDB;
 }
</style>

background-color css

<style>
 a { background-color: #2F3EDB; }

 a { background-color: rgb(47,62,219); }

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

border-color css

<style>
 span { border-color: #2F3EDB; }

 span { border-color: rgb(47,62,219); }

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