Html Css Color HEX #2D438B Tory Blue

📋 copy color: '#2D438B'

red 45 ◦ green 67 ◦ blue 139

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

Shades of Tory Blue #2D438B

Tints of Tory Blue #2D438B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

 BLUE value IS 139 (54.69% from 255) = 55.38%

R = 17.93%
G = 26.69%
B = 55.38%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2D438B (or 0x2D438B) is known color: Tory Blue. HEX triplet: 2D, 43 and 8B. RGB value is (45,67,139). Sum of RGB (Red+Green+Blue) = 45+67+139=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D438B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D438B is #D2BC74. Grayscale: #444444. Windows color (decimal): -13810805 or 9126701. OLE color: 9126701.

HSL color Cylindrical-coordinate representation of color #2D438B: hue angle of 225.96º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D438B is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 67 139 -
CMYK 0.68 0.52 0 0.45
HSL 225.96º 0.51% 0.36% -
HSV(B) 225.96º 0.68% 0.55% -
XYZ 7.75 6.44 25.26 -
YUV 68.63 167.71 111.15 -
System Red Green Blue C M Y K H S L
Decimal 45 67 139 0.68 0.52 0 0.45 225.96 0.51 0.36
Hex 2D 43 8B 44 34 0 2D E2 33 24
Octal 55 103 213 104 64 0 55 342 63 44
Binary 101101 1000011 10001011 1000100 110100 0 101101 11100010 110011 100100

Color Harmonies of #2D438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D438B

Black with #2D438B

Text Example


Text Example

White with #2D438B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,67,139); }

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

background-color css

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

 a { background-color: rgb(45,67,139); }

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

border-color css

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

 span { border-color: rgb(45,67,139); }

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