Html Css Color HEX #374D7C Fun Blue

📋 copy color: '#374D7C'

red 55 ◦ green 77 ◦ blue 124

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

Shades of Fun Blue #374D7C

Tints of Fun Blue #374D7C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.08%

 BLUE value IS 124 (48.83% from 255) = 48.44%

R = 21.48%
G = 30.08%
B = 48.44%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#374D7C (or 0x374D7C) is known color: Fun Blue. HEX triplet: 37, 4D and 7C. RGB value is (55,77,124). Sum of RGB (Red+Green+Blue) = 55+77+124=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #374D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D7C is #C8B283. Grayscale: #4B4B4B. Windows color (decimal): -13152900 or 8146231. OLE color: 8146231.

HSL color Cylindrical-coordinate representation of color #374D7C: hue angle of 220.87º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #374D7C is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 77 124 -
CMYK 0.56 0.38 0 0.51
HSL 220.87º 0.39% 0.35% -
HSV(B) 220.87º 0.56% 0.49% -
XYZ 7.87 7.58 20.12 -
YUV 75.78 155.21 113.18 -
System Red Green Blue C M Y K H S L
Decimal 55 77 124 0.56 0.38 0 0.51 220.87 0.39 0.35
Hex 37 4D 7C 38 26 0 33 DD 27 23
Octal 67 115 174 70 46 0 63 335 47 43
Binary 110111 1001101 1111100 111000 100110 0 110011 11011101 100111 100011

Color Harmonies of #374D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D7C

Black with #374D7C

Text Example


Text Example

White with #374D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,77,124); }

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

background-color css

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

 a { background-color: rgb(55,77,124); }

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

border-color css

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

 span { border-color: rgb(55,77,124); }

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