Html Css Color HEX #345F94 Endeavour

📋 copy color: '#345F94'

red 52 ◦ green 95 ◦ blue 148

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

Shades of Endeavour #345F94

Tints of Endeavour #345F94

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.2%

 BLUE value IS 148 (58.2% from 255) = 50.17%

R = 17.63%
G = 32.2%
B = 50.17%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#345F94 (or 0x345F94) is known color: Endeavour. HEX triplet: 34, 5F and 94. RGB value is (52,95,148). Sum of RGB (Red+Green+Blue) = 52+95+148=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #345F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F94 is #CBA06B. Grayscale: #575757. Windows color (decimal): -13344876 or 9723700. OLE color: 9723700.

HSL color Cylindrical-coordinate representation of color #345F94: hue angle of 213.12º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #345F94 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 95 148 -
CMYK 0.65 0.36 0 0.42
HSL 213.13º 0.48% 0.39% -
HSV(B) 213.13º 0.65% 0.58% -
XYZ 10.85 11.05 29.58 -
YUV 88.19 161.75 102.19 -
System Red Green Blue C M Y K H S L
Decimal 52 95 148 0.65 0.36 0 0.42 213.13 0.48 0.39
Hex 34 5F 94 41 24 0 2A D5 30 27
Octal 64 137 224 101 44 0 52 325 60 47
Binary 110100 1011111 10010100 1000001 100100 0 101010 11010101 110000 100111

Color Harmonies of #345F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F94

Black with #345F94

Text Example


Text Example

White with #345F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345F94; }

 p { color: rgb(52,95,148); }

 H1.HeaderClassName
 {
   color: #345F94;
 }
 .AnyTagClassName
 {
   color: #345F94;
 }
</style>

background-color css

<style>
 a { background-color: #345F94; }

 a { background-color: rgb(52,95,148); }

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

border-color css

<style>
 span { border-color: #345F94; }

 span { border-color: rgb(52,95,148); }

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