Html Css Color HEX #2F5894 Endeavour

📋 copy color: '#2F5894'

red 47 ◦ green 88 ◦ blue 148

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

Shades of Endeavour #2F5894

Tints of Endeavour #2F5894

RGB

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

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

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

R = 16.61%
G = 31.1%
B = 52.3%

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

#2F5894 (or 0x2F5894) is known color: Endeavour. HEX triplet: 2F, 58 and 94. RGB value is (47,88,148). Sum of RGB (Red+Green+Blue) = 47+88+148=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #2F5894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5894 is #D0A76B. Grayscale: #525252. Windows color (decimal): -13674348 or 9721903. OLE color: 9721903.

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

Color convert

RGB 47 88 148 -
CMYK 0.68 0.41 0 0.42
HSL 215.64º 0.52% 0.38% -
HSV(B) 215.64º 0.68% 0.58% -
XYZ 10.01 9.72 29.37 -
YUV 82.58 164.92 102.62 -
System Red Green Blue C M Y K H S L
Decimal 47 88 148 0.68 0.41 0 0.42 215.64 0.52 0.38
Hex 2F 58 94 44 29 0 2A D8 34 26
Octal 57 130 224 104 51 0 52 330 64 46
Binary 101111 1011000 10010100 1000100 101001 0 101010 11011000 110100 100110

Color Harmonies of #2F5894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5894

Black with #2F5894

Text Example


Text Example

White with #2F5894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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