Html Css Color HEX #26438C Tory Blue

📋 copy color: '#26438C'

red 38 ◦ green 67 ◦ blue 140

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

Shades of Tory Blue #26438C

Tints of Tory Blue #26438C

RGB

 RED value IS 38 (15.23% from 255) = 15.51%

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

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

R = 15.51%
G = 27.35%
B = 57.14%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26438C (or 0x26438C) is known color: Tory Blue. HEX triplet: 26, 43 and 8C. RGB value is (38,67,140). Sum of RGB (Red+Green+Blue) = 38+67+140=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #26438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26438C is #D9BC73. Grayscale: #424242. Windows color (decimal): -14269556 or 9192230. OLE color: 9192230.

HSL color Cylindrical-coordinate representation of color #26438C: hue angle of 222.94º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26438C is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 67 140 -
CMYK 0.73 0.52 0 0.45
HSL 222.94º 0.57% 0.35% -
HSV(B) 222.94º 0.73% 0.55% -
XYZ 7.54 6.32 25.63 -
YUV 66.65 169.39 107.56 -
System Red Green Blue C M Y K H S L
Decimal 38 67 140 0.73 0.52 0 0.45 222.94 0.57 0.35
Hex 26 43 8C 49 34 0 2D DF 39 23
Octal 46 103 214 111 64 0 55 337 71 43
Binary 100110 1000011 10001100 1001001 110100 0 101101 11011111 111001 100011

Color Harmonies of #26438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26438C

Black with #26438C

Text Example


Text Example

White with #26438C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26438C; }

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

 H1.HeaderClassName
 {
   color: #26438C;
 }
 .AnyTagClassName
 {
   color: #26438C;
 }
</style>

background-color css

<style>
 a { background-color: #26438C; }

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

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

border-color css

<style>
 span { border-color: #26438C; }

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

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