Html Css Color HEX #374BD0 Free Speech Blue

📋 copy color: '#374BD0'

red 55 ◦ green 75 ◦ blue 208

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

Shades of Free Speech Blue #374BD0

Tints of Free Speech Blue #374BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 61.54%

R = 16.27%
G = 22.19%
B = 61.54%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#374BD0 (or 0x374BD0) is known color: Free Speech Blue. HEX triplet: 37, 4B and D0. RGB value is (55,75,208). Sum of RGB (Red+Green+Blue) = 55+75+208=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #374BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374BD0 is #C8B42F. Grayscale: #535353. Windows color (decimal): -13153328 or 13650743. OLE color: 13650743.

HSL color Cylindrical-coordinate representation of color #374BD0: hue angle of 232.16º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #374BD0 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 75 208 -
CMYK 0.74 0.64 0 0.18
HSL 232.16º 0.62% 0.52% -
HSV(B) 232.16º 0.74% 0.82% -
XYZ 15.48 10.4 60.87 -
YUV 84.18 197.87 107.19 -
System Red Green Blue C M Y K H S L
Decimal 55 75 208 0.74 0.64 0 0.18 232.16 0.62 0.52
Hex 37 4B D0 4A 40 0 12 E8 3E 34
Octal 67 113 320 112 100 0 22 350 76 64
Binary 110111 1001011 11010000 1001010 1000000 0 10010 11101000 111110 110100

Color Harmonies of #374BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374BD0

Black with #374BD0

Text Example


Text Example

White with #374BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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