Html Css Color HEX #345F90 Endeavour

📋 copy color: '#345F90'

red 52 ◦ green 95 ◦ blue 144

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

Shades of Endeavour #345F90

Tints of Endeavour #345F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.48%

R = 17.87%
G = 32.65%
B = 49.48%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#345F90 (or 0x345F90) is known color: Endeavour. HEX triplet: 34, 5F and 90. RGB value is (52,95,144). Sum of RGB (Red+Green+Blue) = 52+95+144=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #345F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F90 is #CBA06F. Grayscale: #575757. Windows color (decimal): -13344880 or 9461556. OLE color: 9461556.

HSL color Cylindrical-coordinate representation of color #345F90: hue angle of 211.96º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #345F90 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 95 144 -
CMYK 0.64 0.34 0 0.44
HSL 211.96º 0.47% 0.38% -
HSV(B) 211.96º 0.64% 0.56% -
XYZ 10.54 10.93 27.94 -
YUV 87.73 159.75 102.52 -
System Red Green Blue C M Y K H S L
Decimal 52 95 144 0.64 0.34 0 0.44 211.96 0.47 0.38
Hex 34 5F 90 40 22 0 2C D4 2F 26
Octal 64 137 220 100 42 0 54 324 57 46
Binary 110100 1011111 10010000 1000000 100010 0 101100 11010100 101111 100110

Color Harmonies of #345F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F90

Black with #345F90

Text Example


Text Example

White with #345F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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