Html Css Color HEX #345B94 Endeavour

📋 copy color: '#345B94'

red 52 ◦ green 91 ◦ blue 148

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

Shades of Endeavour #345B94

Tints of Endeavour #345B94

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.27%

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

R = 17.87%
G = 31.27%
B = 50.86%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#345B94 (or 0x345B94) is known color: Endeavour. HEX triplet: 34, 5B and 94. RGB value is (52,91,148). Sum of RGB (Red+Green+Blue) = 52+91+148=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #345B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345B94 is #CBA46B. Grayscale: #555555. Windows color (decimal): -13345900 or 9722676. OLE color: 9722676.

HSL color Cylindrical-coordinate representation of color #345B94: hue angle of 215.62º 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 #345B94 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 91 148 -
CMYK 0.65 0.39 0 0.42
HSL 215.63º 0.48% 0.39% -
HSV(B) 215.63º 0.65% 0.58% -
XYZ 10.5 10.35 29.46 -
YUV 85.84 163.08 103.87 -
System Red Green Blue C M Y K H S L
Decimal 52 91 148 0.65 0.39 0 0.42 215.63 0.48 0.39
Hex 34 5B 94 41 27 0 2A D8 30 27
Octal 64 133 224 101 47 0 52 330 60 47
Binary 110100 1011011 10010100 1000001 100111 0 101010 11011000 110000 100111

Color Harmonies of #345B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345B94

Black with #345B94

Text Example


Text Example

White with #345B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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