Html Css Color HEX #2F6392 Endeavour

📋 copy color: '#2F6392'

red 47 ◦ green 99 ◦ blue 146

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

Shades of Endeavour #2F6392

Tints of Endeavour #2F6392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.9%

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

R = 16.1%
G = 33.9%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2F6392 (or 0x2F6392) is known color: Endeavour. HEX triplet: 2F, 63 and 92. RGB value is (47,99,146). Sum of RGB (Red+Green+Blue) = 47+99+146=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F6392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6392 is #D09C6D. Grayscale: #585858. Windows color (decimal): -13671534 or 9593647. OLE color: 9593647.

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

Color convert

RGB 47 99 146 -
CMYK 0.68 0.32 0 0.43
HSL 208.48º 0.51% 0.38% -
HSV(B) 208.48º 0.68% 0.57% -
XYZ 10.82 11.6 28.86 -
YUV 88.81 160.27 98.18 -
System Red Green Blue C M Y K H S L
Decimal 47 99 146 0.68 0.32 0 0.43 208.48 0.51 0.38
Hex 2F 63 92 44 20 0 2B D0 33 26
Octal 57 143 222 104 40 0 53 320 63 46
Binary 101111 1100011 10010010 1000100 100000 0 101011 11010000 110011 100110

Color Harmonies of #2F6392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6392

Black with #2F6392

Text Example


Text Example

White with #2F6392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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