Html Css Color HEX #2F5993 Endeavour

📋 copy color: '#2F5993'

red 47 ◦ green 89 ◦ blue 147

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

Shades of Endeavour #2F5993

Tints of Endeavour #2F5993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.45%

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

R = 16.61%
G = 31.45%
B = 51.94%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F5993 (or 0x2F5993) is known color: Endeavour. HEX triplet: 2F, 59 and 93. RGB value is (47,89,147). Sum of RGB (Red+Green+Blue) = 47+89+147=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F5993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5993 is #D0A66C. Grayscale: #525252. Windows color (decimal): -13674093 or 9656623. OLE color: 9656623.

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

Color convert

RGB 47 89 147 -
CMYK 0.68 0.39 0 0.42
HSL 214.8º 0.52% 0.38% -
HSV(B) 214.8º 0.68% 0.58% -
XYZ 10.01 9.86 28.98 -
YUV 83.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 47 89 147 0.68 0.39 0 0.42 214.8 0.52 0.38
Hex 2F 59 93 44 27 0 2A D7 34 26
Octal 57 131 223 104 47 0 52 327 64 46
Binary 101111 1011001 10010011 1000100 100111 0 101010 11010111 110100 100110

Color Harmonies of #2F5993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5993

Black with #2F5993

Text Example


Text Example

White with #2F5993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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