Html Css Color HEX #23428D Tory Blue

📋 copy color: '#23428D'

red 35 ◦ green 66 ◦ blue 141

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

Shades of Tory Blue #23428D

Tints of Tory Blue #23428D

RGB

 RED value IS 35 (14.06% from 255) = 14.46%

 GREEN value IS 66 (26.17% from 255) = 27.27%

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

R = 14.46%
G = 27.27%
B = 58.26%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23428D (or 0x23428D) is known color: Tory Blue. HEX triplet: 23, 42 and 8D. RGB value is (35,66,141). Sum of RGB (Red+Green+Blue) = 35+66+141=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #23428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23428D is #DCBD72. Grayscale: #404040. Windows color (decimal): -14466419 or 9257507. OLE color: 9257507.

HSL color Cylindrical-coordinate representation of color #23428D: hue angle of 222.45º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23428D is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 66 141 -
CMYK 0.75 0.53 0 0.45
HSL 222.45º 0.6% 0.35% -
HSV(B) 222.45º 0.75% 0.55% -
XYZ 7.45 6.18 26 -
YUV 65.28 170.73 106.4 -
System Red Green Blue C M Y K H S L
Decimal 35 66 141 0.75 0.53 0 0.45 222.45 0.6 0.35
Hex 23 42 8D 4B 35 0 2D DE 3C 23
Octal 43 102 215 113 65 0 55 336 74 43
Binary 100011 1000010 10001101 1001011 110101 0 101101 11011110 111100 100011

Color Harmonies of #23428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23428D

Black with #23428D

Text Example


Text Example

White with #23428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23428D; }

 p { color: rgb(35,66,141); }

 H1.HeaderClassName
 {
   color: #23428D;
 }
 .AnyTagClassName
 {
   color: #23428D;
 }
</style>

background-color css

<style>
 a { background-color: #23428D; }

 a { background-color: rgb(35,66,141); }

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

border-color css

<style>
 span { border-color: #23428D; }

 span { border-color: rgb(35,66,141); }

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