Html Css Color HEX #2F6290 Endeavour

📋 copy color: '#2F6290'

red 47 ◦ green 98 ◦ blue 144

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

Shades of Endeavour #2F6290

Tints of Endeavour #2F6290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.91%

 BLUE value IS 144 (56.64% from 255) = 49.83%

R = 16.26%
G = 33.91%
B = 49.83%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F6290 (or 0x2F6290) is known color: Endeavour. HEX triplet: 2F, 62 and 90. RGB value is (47,98,144). Sum of RGB (Red+Green+Blue) = 47+98+144=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #2F6290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6290 is #D09D6F. Grayscale: #575757. Windows color (decimal): -13671792 or 9462319. OLE color: 9462319.

HSL color Cylindrical-coordinate representation of color #2F6290: hue angle of 208.45º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F6290 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 98 144 -
CMYK 0.67 0.32 0 0.44
HSL 208.45º 0.51% 0.37% -
HSV(B) 208.45º 0.67% 0.56% -
XYZ 10.57 11.35 28.02 -
YUV 88 159.6 98.76 -
System Red Green Blue C M Y K H S L
Decimal 47 98 144 0.67 0.32 0 0.44 208.45 0.51 0.37
Hex 2F 62 90 43 20 0 2C D0 33 25
Octal 57 142 220 103 40 0 54 320 63 45
Binary 101111 1100010 10010000 1000011 100000 0 101100 11010000 110011 100101

Color Harmonies of #2F6290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6290

Black with #2F6290

Text Example


Text Example

White with #2F6290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,98,144); }

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

background-color css

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

 a { background-color: rgb(47,98,144); }

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

border-color css

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

 span { border-color: rgb(47,98,144); }

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