Html Css Color HEX #345F8A Endeavour

📋 copy color: '#345F8A'

red 52 ◦ green 95 ◦ blue 138

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

Shades of Endeavour #345F8A

Tints of Endeavour #345F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 48.42%

R = 18.25%
G = 33.33%
B = 48.42%

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

#345F8A (or 0x345F8A) is known color: Endeavour. HEX triplet: 34, 5F and 8A. RGB value is (52,95,138). Sum of RGB (Red+Green+Blue) = 52+95+138=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #345F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F8A is #CBA075. Grayscale: #565656. Windows color (decimal): -13344886 or 9068340. OLE color: 9068340.

HSL color Cylindrical-coordinate representation of color #345F8A: hue angle of 210º 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 #345F8A is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 95 138 -
CMYK 0.62 0.31 0 0.46
HSL 210º 0.45% 0.37% -
HSV(B) 210º 0.62% 0.54% -
XYZ 10.1 10.75 25.59 -
YUV 87.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 52 95 138 0.62 0.31 0 0.46 210 0.45 0.37
Hex 34 5F 8A 3E 1F 0 2E D2 2D 25
Octal 64 137 212 76 37 0 56 322 55 45
Binary 110100 1011111 10001010 111110 11111 0 101110 11010010 101101 100101

Color Harmonies of #345F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F8A

Black with #345F8A

Text Example


Text Example

White with #345F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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