Html Css Color HEX #2F5593 Endeavour

📋 copy color: '#2F5593'

red 47 ◦ green 85 ◦ blue 147

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

Shades of Endeavour #2F5593

Tints of Endeavour #2F5593

RGB

 RED value IS 47 (18.75% from 255) = 16.85%

 GREEN value IS 85 (33.59% from 255) = 30.47%

 BLUE value IS 147 (57.81% from 255) = 52.69%

R = 16.85%
G = 30.47%
B = 52.69%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F5593 (or 0x2F5593) is known color: Endeavour. HEX triplet: 2F, 55 and 93. RGB value is (47,85,147). Sum of RGB (Red+Green+Blue) = 47+85+147=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F5593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5593 is #D0AA6C. Grayscale: #505050. Windows color (decimal): -13675117 or 9655599. OLE color: 9655599.

HSL color Cylindrical-coordinate representation of color #2F5593: hue angle of 217.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F5593 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 85 147 -
CMYK 0.68 0.42 0 0.42
HSL 217.2º 0.52% 0.38% -
HSV(B) 217.2º 0.68% 0.58% -
XYZ 9.69 9.21 28.87 -
YUV 80.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 47 85 147 0.68 0.42 0 0.42 217.2 0.52 0.38
Hex 2F 55 93 44 2A 0 2A D9 34 26
Octal 57 125 223 104 52 0 52 331 64 46
Binary 101111 1010101 10010011 1000100 101010 0 101010 11011001 110100 100110

Color Harmonies of #2F5593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5593

Black with #2F5593

Text Example


Text Example

White with #2F5593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F5593; }

 p { color: rgb(47,85,147); }

 H1.HeaderClassName
 {
   color: #2F5593;
 }
 .AnyTagClassName
 {
   color: #2F5593;
 }
</style>

background-color css

<style>
 a { background-color: #2F5593; }

 a { background-color: rgb(47,85,147); }

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

border-color css

<style>
 span { border-color: #2F5593; }

 span { border-color: rgb(47,85,147); }

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