Html Css Color HEX #374BDA Free Speech Blue

📋 copy color: '#374BDA'

red 55 ◦ green 75 ◦ blue 218

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

Shades of Free Speech Blue #374BDA

Tints of Free Speech Blue #374BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.55%

 BLUE value IS 218 (85.55% from 255) = 62.64%

R = 15.8%
G = 21.55%
B = 62.64%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#374BDA (or 0x374BDA) is known color: Free Speech Blue. HEX triplet: 37, 4B and DA. RGB value is (55,75,218). Sum of RGB (Red+Green+Blue) = 55+75+218=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #374BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374BDA is #C8B425. Grayscale: #545454. Windows color (decimal): -13153318 or 14306103. OLE color: 14306103.

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

Color convert

RGB 55 75 218 -
CMYK 0.75 0.66 0 0.15
HSL 232.64º 0.69% 0.54% -
HSV(B) 232.64º 0.75% 0.85% -
XYZ 16.75 10.91 67.55 -
YUV 85.32 202.87 106.37 -
System Red Green Blue C M Y K H S L
Decimal 55 75 218 0.75 0.66 0 0.15 232.64 0.69 0.54
Hex 37 4B DA 4B 42 0 F E9 45 36
Octal 67 113 332 113 102 0 17 351 105 66
Binary 110111 1001011 11011010 1001011 1000010 0 1111 11101001 1000101 110110

Color Harmonies of #374BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374BDA

Black with #374BDA

Text Example


Text Example

White with #374BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,75,218); }

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

background-color css

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

 a { background-color: rgb(55,75,218); }

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

border-color css

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

 span { border-color: rgb(55,75,218); }

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