Html Css Color HEX #374ADC Free Speech Blue

📋 copy color: '#374ADC'

red 55 ◦ green 74 ◦ blue 220

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

Shades of Free Speech Blue #374ADC

Tints of Free Speech Blue #374ADC

RGB

 RED value IS 55 (21.88% from 255) = 15.76%

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

 BLUE value IS 220 (86.33% from 255) = 63.04%

R = 15.76%
G = 21.2%
B = 63.04%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#374ADC (or 0x374ADC) is known color: Free Speech Blue. HEX triplet: 37, 4A and DC. RGB value is (55,74,220). Sum of RGB (Red+Green+Blue) = 55+74+220=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #374ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374ADC is #C8B523. Grayscale: #545454. Windows color (decimal): -13153572 or 14436919. OLE color: 14436919.

HSL color Cylindrical-coordinate representation of color #374ADC: hue angle of 233.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #374ADC is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 74 220 -
CMYK 0.75 0.66 0 0.14
HSL 233.09º 0.7% 0.54% -
HSV(B) 233.09º 0.75% 0.86% -
XYZ 16.94 10.88 68.92 -
YUV 84.96 204.21 106.63 -
System Red Green Blue C M Y K H S L
Decimal 55 74 220 0.75 0.66 0 0.14 233.09 0.7 0.54
Hex 37 4A DC 4B 42 0 E E9 46 36
Octal 67 112 334 113 102 0 16 351 106 66
Binary 110111 1001010 11011100 1001011 1000010 0 1110 11101001 1000110 110110

Color Harmonies of #374ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374ADC

Black with #374ADC

Text Example


Text Example

White with #374ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374ADC; }

 p { color: rgb(55,74,220); }

 H1.HeaderClassName
 {
   color: #374ADC;
 }
 .AnyTagClassName
 {
   color: #374ADC;
 }
</style>

background-color css

<style>
 a { background-color: #374ADC; }

 a { background-color: rgb(55,74,220); }

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

border-color css

<style>
 span { border-color: #374ADC; }

 span { border-color: rgb(55,74,220); }

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