Html Css Color HEX #334ADF Free Speech Blue

📋 copy color: '#334ADF'

red 51 ◦ green 74 ◦ blue 223

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

Shades of Free Speech Blue #334ADF

Tints of Free Speech Blue #334ADF

RGB

 RED value IS 51 (20.31% from 255) = 14.66%

 GREEN value IS 74 (29.3% from 255) = 21.26%

 BLUE value IS 223 (87.5% from 255) = 64.08%

R = 14.66%
G = 21.26%
B = 64.08%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#334ADF (or 0x334ADF) is known color: Free Speech Blue. HEX triplet: 33, 4A and DF. RGB value is (51,74,223). Sum of RGB (Red+Green+Blue) = 51+74+223=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #334ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334ADF is #CCB520. Grayscale: #535353. Windows color (decimal): -13415713 or 14633523. OLE color: 14633523.

HSL color Cylindrical-coordinate representation of color #334ADF: hue angle of 231.98º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334ADF is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 74 223 -
CMYK 0.77 0.67 0 0.13
HSL 231.98º 0.73% 0.54% -
HSV(B) 231.98º 0.77% 0.87% -
XYZ 17.13 10.93 71.02 -
YUV 84.11 206.38 104.38 -
System Red Green Blue C M Y K H S L
Decimal 51 74 223 0.77 0.67 0 0.13 231.98 0.73 0.54
Hex 33 4A DF 4D 43 0 D E8 49 36
Octal 63 112 337 115 103 0 15 350 111 66
Binary 110011 1001010 11011111 1001101 1000011 0 1101 11101000 1001001 110110

Color Harmonies of #334ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334ADF

Black with #334ADF

Text Example


Text Example

White with #334ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334ADF; }

 p { color: rgb(51,74,223); }

 H1.HeaderClassName
 {
   color: #334ADF;
 }
 .AnyTagClassName
 {
   color: #334ADF;
 }
</style>

background-color css

<style>
 a { background-color: #334ADF; }

 a { background-color: rgb(51,74,223); }

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

border-color css

<style>
 span { border-color: #334ADF; }

 span { border-color: rgb(51,74,223); }

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