Html Css Color HEX #2D438C Tory Blue

📋 copy color: '#2D438C'

red 45 ◦ green 67 ◦ blue 140

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

Shades of Tory Blue #2D438C

Tints of Tory Blue #2D438C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.56%

R = 17.86%
G = 26.59%
B = 55.56%

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

#2D438C (or 0x2D438C) is known color: Tory Blue. HEX triplet: 2D, 43 and 8C. RGB value is (45,67,140). Sum of RGB (Red+Green+Blue) = 45+67+140=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D438C is #D2BC73. Grayscale: #444444. Windows color (decimal): -13810804 or 9192237. OLE color: 9192237.

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

Color convert

RGB 45 67 140 -
CMYK 0.68 0.52 0 0.45
HSL 226.11º 0.51% 0.36% -
HSV(B) 226.11º 0.68% 0.55% -
XYZ 7.82 6.47 25.65 -
YUV 68.74 168.21 111.06 -
System Red Green Blue C M Y K H S L
Decimal 45 67 140 0.68 0.52 0 0.45 226.11 0.51 0.36
Hex 2D 43 8C 44 34 0 2D E2 33 24
Octal 55 103 214 104 64 0 55 342 63 44
Binary 101101 1000011 10001100 1000100 110100 0 101101 11100010 110011 100100

Color Harmonies of #2D438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D438C

Black with #2D438C

Text Example


Text Example

White with #2D438C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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