Html Css Color HEX #2F488D Tory Blue

📋 copy color: '#2F488D'

red 47 ◦ green 72 ◦ blue 141

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

Shades of Tory Blue #2F488D

Tints of Tory Blue #2F488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.69%

 BLUE value IS 141 (55.47% from 255) = 54.23%

R = 18.08%
G = 27.69%
B = 54.23%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F488D (or 0x2F488D) is known color: Tory Blue. HEX triplet: 2F, 48 and 8D. RGB value is (47,72,141). Sum of RGB (Red+Green+Blue) = 47+72+141=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F488D is #D0B772. Grayscale: #484848. Windows color (decimal): -13678451 or 9259055. OLE color: 9259055.

HSL color Cylindrical-coordinate representation of color #2F488D: hue angle of 224.04º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F488D is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 72 141 -
CMYK 0.67 0.49 0 0.45
HSL 224.04º 0.5% 0.37% -
HSV(B) 224.04º 0.67% 0.55% -
XYZ 8.3 7.16 26.14 -
YUV 72.39 166.72 109.89 -
System Red Green Blue C M Y K H S L
Decimal 47 72 141 0.67 0.49 0 0.45 224.04 0.5 0.37
Hex 2F 48 8D 43 31 0 2D E0 32 25
Octal 57 110 215 103 61 0 55 340 62 45
Binary 101111 1001000 10001101 1000011 110001 0 101101 11100000 110010 100101

Color Harmonies of #2F488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F488D

Black with #2F488D

Text Example


Text Example

White with #2F488D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,72,141); }

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

background-color css

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

 a { background-color: rgb(47,72,141); }

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

border-color css

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

 span { border-color: rgb(47,72,141); }

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