Html Css Color HEX #2F6192 Endeavour

📋 copy color: '#2F6192'

red 47 ◦ green 97 ◦ blue 146

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

Shades of Endeavour #2F6192

Tints of Endeavour #2F6192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.45%

 BLUE value IS 146 (57.42% from 255) = 50.34%

R = 16.21%
G = 33.45%
B = 50.34%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2F6192 (or 0x2F6192) is known color: Endeavour. HEX triplet: 2F, 61 and 92. RGB value is (47,97,146). Sum of RGB (Red+Green+Blue) = 47+97+146=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F6192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6192 is #D09E6D. Grayscale: #575757. Windows color (decimal): -13672046 or 9593135. OLE color: 9593135.

HSL color Cylindrical-coordinate representation of color #2F6192: hue angle of 209.7º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F6192 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 97 146 -
CMYK 0.68 0.34 0 0.43
HSL 209.7º 0.51% 0.38% -
HSV(B) 209.7º 0.68% 0.57% -
XYZ 10.64 11.23 28.8 -
YUV 87.64 160.94 99.02 -
System Red Green Blue C M Y K H S L
Decimal 47 97 146 0.68 0.34 0 0.43 209.7 0.51 0.38
Hex 2F 61 92 44 22 0 2B D2 33 26
Octal 57 141 222 104 42 0 53 322 63 46
Binary 101111 1100001 10010010 1000100 100010 0 101011 11010010 110011 100110

Color Harmonies of #2F6192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6192

Black with #2F6192

Text Example


Text Example

White with #2F6192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,97,146); }

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

background-color css

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

 a { background-color: rgb(47,97,146); }

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

border-color css

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

 span { border-color: rgb(47,97,146); }

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