Html Css Color HEX #345F89 Endeavour

📋 copy color: '#345F89'

red 52 ◦ green 95 ◦ blue 137

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

Shades of Endeavour #345F89

Tints of Endeavour #345F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.24%

R = 18.31%
G = 33.45%
B = 48.24%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#345F89 (or 0x345F89) is known color: Endeavour. HEX triplet: 34, 5F and 89. RGB value is (52,95,137). Sum of RGB (Red+Green+Blue) = 52+95+137=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #345F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F89 is #CBA076. Grayscale: #565656. Windows color (decimal): -13344887 or 9002804. OLE color: 9002804.

HSL color Cylindrical-coordinate representation of color #345F89: hue angle of 209.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #345F89 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 95 137 -
CMYK 0.62 0.31 0 0.46
HSL 209.65º 0.45% 0.37% -
HSV(B) 209.65º 0.62% 0.54% -
XYZ 10.02 10.72 25.21 -
YUV 86.93 156.25 103.08 -
System Red Green Blue C M Y K H S L
Decimal 52 95 137 0.62 0.31 0 0.46 209.65 0.45 0.37
Hex 34 5F 89 3E 1F 0 2E D2 2D 25
Octal 64 137 211 76 37 0 56 322 55 45
Binary 110100 1011111 10001001 111110 11111 0 101110 11010010 101101 100101

Color Harmonies of #345F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F89

Black with #345F89

Text Example


Text Example

White with #345F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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