Html Css Color HEX #2D408A Tory Blue

📋 copy color: '#2D408A'

red 45 ◦ green 64 ◦ blue 138

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

Shades of Tory Blue #2D408A

Tints of Tory Blue #2D408A

RGB

 RED value IS 45 (17.97% from 255) = 18.22%

 GREEN value IS 64 (25.39% from 255) = 25.91%

 BLUE value IS 138 (54.3% from 255) = 55.87%

R = 18.22%
G = 25.91%
B = 55.87%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2D408A (or 0x2D408A) is known color: Tory Blue. HEX triplet: 2D, 40 and 8A. RGB value is (45,64,138). Sum of RGB (Red+Green+Blue) = 45+64+138=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D408A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D408A is #D2BF75. Grayscale: #424242. Windows color (decimal): -13811574 or 9060397. OLE color: 9060397.

HSL color Cylindrical-coordinate representation of color #2D408A: hue angle of 227.74º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D408A is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 45 64 138 -
CMYK 0.67 0.54 0 0.46
HSL 227.74º 0.51% 0.36% -
HSV(B) 227.74º 0.67% 0.54% -
XYZ 7.5 6.06 24.82 -
YUV 66.76 168.21 112.48 -
System Red Green Blue C M Y K H S L
Decimal 45 64 138 0.67 0.54 0 0.46 227.74 0.51 0.36
Hex 2D 40 8A 43 36 0 2E E4 33 24
Octal 55 100 212 103 66 0 56 344 63 44
Binary 101101 1000000 10001010 1000011 110110 0 101110 11100100 110011 100100

Color Harmonies of #2D408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D408A

Black with #2D408A

Text Example


Text Example

White with #2D408A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,64,138); }

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

background-color css

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

 a { background-color: rgb(45,64,138); }

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

border-color css

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

 span { border-color: rgb(45,64,138); }

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