Html Css Color HEX #345A97 Endeavour

📋 copy color: '#345A97'

red 52 ◦ green 90 ◦ blue 151

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

Shades of Endeavour #345A97

Tints of Endeavour #345A97

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.72%

 BLUE value IS 151 (59.38% from 255) = 51.54%

R = 17.75%
G = 30.72%
B = 51.54%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#345A97 (or 0x345A97) is known color: Endeavour. HEX triplet: 34, 5A and 97. RGB value is (52,90,151). Sum of RGB (Red+Green+Blue) = 52+90+151=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #345A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345A97 is #CBA568. Grayscale: #555555. Windows color (decimal): -13346153 or 9919028. OLE color: 9919028.

HSL color Cylindrical-coordinate representation of color #345A97: hue angle of 216.97º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #345A97 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 90 151 -
CMYK 0.66 0.40 0 0.41
HSL 216.97º 0.49% 0.4% -
HSV(B) 216.97º 0.66% 0.59% -
XYZ 10.66 10.28 30.7 -
YUV 85.59 164.91 104.04 -
System Red Green Blue C M Y K H S L
Decimal 52 90 151 0.66 0.40 0 0.41 216.97 0.49 0.4
Hex 34 5A 97 42 28 0 29 D9 31 28
Octal 64 132 227 102 50 0 51 331 61 50
Binary 110100 1011010 10010111 1000010 101000 0 101001 11011001 110001 101000

Color Harmonies of #345A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A97

Black with #345A97

Text Example


Text Example

White with #345A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,90,151); }

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

background-color css

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

 a { background-color: rgb(52,90,151); }

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

border-color css

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

 span { border-color: rgb(52,90,151); }

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