Html Css Color HEX #374B7B Fun Blue

📋 copy color: '#374B7B'

red 55 ◦ green 75 ◦ blue 123

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

Shades of Fun Blue #374B7B

Tints of Fun Blue #374B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 48.62%

R = 21.74%
G = 29.64%
B = 48.62%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#374B7B (or 0x374B7B) is known color: Fun Blue. HEX triplet: 37, 4B and 7B. RGB value is (55,75,123). Sum of RGB (Red+Green+Blue) = 55+75+123=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #374B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B7B is #C8B484. Grayscale: #4A4A4A. Windows color (decimal): -13153413 or 8080183. OLE color: 8080183.

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

Color convert

RGB 55 75 123 -
CMYK 0.55 0.39 0 0.52
HSL 222.35º 0.38% 0.35% -
HSV(B) 222.35º 0.55% 0.48% -
XYZ 7.67 7.27 19.74 -
YUV 74.49 155.37 114.1 -
System Red Green Blue C M Y K H S L
Decimal 55 75 123 0.55 0.39 0 0.52 222.35 0.38 0.35
Hex 37 4B 7B 37 27 0 34 DE 26 23
Octal 67 113 173 67 47 0 64 336 46 43
Binary 110111 1001011 1111011 110111 100111 0 110100 11011110 100110 100011

Color Harmonies of #374B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B7B

Black with #374B7B

Text Example


Text Example

White with #374B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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