Html Css Color HEX #2F6492 Endeavour

📋 copy color: '#2F6492'

red 47 ◦ green 100 ◦ blue 146

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

Shades of Endeavour #2F6492

Tints of Endeavour #2F6492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.13%

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

R = 16.04%
G = 34.13%
B = 49.83%

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

#2F6492 (or 0x2F6492) is known color: Endeavour. HEX triplet: 2F, 64 and 92. RGB value is (47,100,146). Sum of RGB (Red+Green+Blue) = 47+100+146=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F6492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6492 is #D09B6D. Grayscale: #595959. Windows color (decimal): -13671278 or 9593903. OLE color: 9593903.

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

Color convert

RGB 47 100 146 -
CMYK 0.68 0.32 0 0.43
HSL 207.88º 0.51% 0.38% -
HSV(B) 207.88º 0.68% 0.57% -
XYZ 10.92 11.79 28.9 -
YUV 89.4 159.94 97.76 -
System Red Green Blue C M Y K H S L
Decimal 47 100 146 0.68 0.32 0 0.43 207.88 0.51 0.38
Hex 2F 64 92 44 20 0 2B D0 33 26
Octal 57 144 222 104 40 0 53 320 63 46
Binary 101111 1100100 10010010 1000100 100000 0 101011 11010000 110011 100110

Color Harmonies of #2F6492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6492

Black with #2F6492

Text Example


Text Example

White with #2F6492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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