Html Css Color HEX #343F74 Resolution Blue

📋 copy color: '#343F74'

red 52 ◦ green 63 ◦ blue 116

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

Shades of Resolution Blue #343F74

Tints of Resolution Blue #343F74

RGB

 RED value IS 52 (20.7% from 255) = 22.51%

 GREEN value IS 63 (25% from 255) = 27.27%

 BLUE value IS 116 (45.7% from 255) = 50.22%

R = 22.51%
G = 27.27%
B = 50.22%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#343F74 (or 0x343F74) is known color: Resolution Blue. HEX triplet: 34, 3F and 74. RGB value is (52,63,116). Sum of RGB (Red+Green+Blue) = 52+63+116=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #343F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F74 is #CBC08B. Grayscale: #414141. Windows color (decimal): -13353100 or 7618356. OLE color: 7618356.

HSL color Cylindrical-coordinate representation of color #343F74: hue angle of 229.69º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #343F74 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 63 116 -
CMYK 0.55 0.46 0 0.55
HSL 229.69º 0.38% 0.33% -
HSV(B) 229.69º 0.55% 0.45% -
XYZ 6.35 5.55 17.26 -
YUV 65.75 156.36 118.19 -
System Red Green Blue C M Y K H S L
Decimal 52 63 116 0.55 0.46 0 0.55 229.69 0.38 0.33
Hex 34 3F 74 37 2E 0 37 E6 26 21
Octal 64 77 164 67 56 0 67 346 46 41
Binary 110100 111111 1110100 110111 101110 0 110111 11100110 100110 100001

Color Harmonies of #343F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F74

Black with #343F74

Text Example


Text Example

White with #343F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343F74; }

 p { color: rgb(52,63,116); }

 H1.HeaderClassName
 {
   color: #343F74;
 }
 .AnyTagClassName
 {
   color: #343F74;
 }
</style>

background-color css

<style>
 a { background-color: #343F74; }

 a { background-color: rgb(52,63,116); }

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

border-color css

<style>
 span { border-color: #343F74; }

 span { border-color: rgb(52,63,116); }

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