Html Css Color HEX #2F5895 Endeavour

📋 copy color: '#2F5895'

red 47 ◦ green 88 ◦ blue 149

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

Shades of Endeavour #2F5895

Tints of Endeavour #2F5895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.99%

 BLUE value IS 149 (58.59% from 255) = 52.46%

R = 16.55%
G = 30.99%
B = 52.46%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F5895 (or 0x2F5895) is known color: Endeavour. HEX triplet: 2F, 58 and 95. RGB value is (47,88,149). Sum of RGB (Red+Green+Blue) = 47+88+149=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F5895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5895 is #D0A76A. Grayscale: #525252. Windows color (decimal): -13674347 or 9787439. OLE color: 9787439.

HSL color Cylindrical-coordinate representation of color #2F5895: hue angle of 215.88º 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 #2F5895 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 88 149 -
CMYK 0.68 0.41 0 0.42
HSL 215.88º 0.52% 0.38% -
HSV(B) 215.88º 0.68% 0.58% -
XYZ 10.09 9.75 29.78 -
YUV 82.7 165.42 102.54 -
System Red Green Blue C M Y K H S L
Decimal 47 88 149 0.68 0.41 0 0.42 215.88 0.52 0.38
Hex 2F 58 95 44 29 0 2A D8 34 26
Octal 57 130 225 104 51 0 52 330 64 46
Binary 101111 1011000 10010101 1000100 101001 0 101010 11011000 110100 100110

Color Harmonies of #2F5895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5895

Black with #2F5895

Text Example


Text Example

White with #2F5895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,88,149); }

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

background-color css

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

 a { background-color: rgb(47,88,149); }

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

border-color css

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

 span { border-color: rgb(47,88,149); }

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