Html Css Color HEX #345F92 Endeavour

📋 copy color: '#345F92'

red 52 ◦ green 95 ◦ blue 146

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

Shades of Endeavour #345F92

Tints of Endeavour #345F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.83%

R = 17.75%
G = 32.42%
B = 49.83%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#345F92 (or 0x345F92) is known color: Endeavour. HEX triplet: 34, 5F and 92. RGB value is (52,95,146). Sum of RGB (Red+Green+Blue) = 52+95+146=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #345F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F92 is #CBA06D. Grayscale: #575757. Windows color (decimal): -13344878 or 9592628. OLE color: 9592628.

HSL color Cylindrical-coordinate representation of color #345F92: hue angle of 212.55º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #345F92 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 95 146 -
CMYK 0.64 0.35 0 0.43
HSL 212.55º 0.47% 0.39% -
HSV(B) 212.55º 0.64% 0.57% -
XYZ 10.7 10.99 28.75 -
YUV 87.96 160.75 102.35 -
System Red Green Blue C M Y K H S L
Decimal 52 95 146 0.64 0.35 0 0.43 212.55 0.47 0.39
Hex 34 5F 92 40 23 0 2B D5 2F 27
Octal 64 137 222 100 43 0 53 325 57 47
Binary 110100 1011111 10010010 1000000 100011 0 101011 11010101 101111 100111

Color Harmonies of #345F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F92

Black with #345F92

Text Example


Text Example

White with #345F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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