Html Css Color HEX #374C7D Fun Blue

📋 copy color: '#374C7D'

red 55 ◦ green 76 ◦ blue 125

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

Shades of Fun Blue #374C7D

Tints of Fun Blue #374C7D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.69%

 BLUE value IS 125 (49.22% from 255) = 48.83%

R = 21.48%
G = 29.69%
B = 48.83%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#374C7D (or 0x374C7D) is known color: Fun Blue. HEX triplet: 37, 4C and 7D. RGB value is (55,76,125). Sum of RGB (Red+Green+Blue) = 55+76+125=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #374C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C7D is #C8B382. Grayscale: #4B4B4B. Windows color (decimal): -13153155 or 8211511. OLE color: 8211511.

HSL color Cylindrical-coordinate representation of color #374C7D: hue angle of 222º 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 #374C7D is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 76 125 -
CMYK 0.56 0.39 0 0.51
HSL 222º 0.39% 0.35% -
HSV(B) 222º 0.56% 0.49% -
XYZ 7.86 7.46 20.43 -
YUV 75.31 156.04 113.52 -
System Red Green Blue C M Y K H S L
Decimal 55 76 125 0.56 0.39 0 0.51 222 0.39 0.35
Hex 37 4C 7D 38 27 0 33 DE 27 23
Octal 67 114 175 70 47 0 63 336 47 43
Binary 110111 1001100 1111101 111000 100111 0 110011 11011110 100111 100011

Color Harmonies of #374C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C7D

Black with #374C7D

Text Example


Text Example

White with #374C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,76,125); }

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

background-color css

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

 a { background-color: rgb(55,76,125); }

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

border-color css

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

 span { border-color: rgb(55,76,125); }

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