Html Css Color HEX #234093 Tory Blue

📋 copy color: '#234093'

red 35 ◦ green 64 ◦ blue 147

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

Shades of Tory Blue #234093

Tints of Tory Blue #234093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 59.76%

R = 14.23%
G = 26.02%
B = 59.76%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#234093 (or 0x234093) is known color: Tory Blue. HEX triplet: 23, 40 and 93. RGB value is (35,64,147). Sum of RGB (Red+Green+Blue) = 35+64+147=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #234093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234093 is #DCBF6C. Grayscale: #404040. Windows color (decimal): -14466925 or 9650211. OLE color: 9650211.

HSL color Cylindrical-coordinate representation of color #234093: hue angle of 224.46º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234093 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 64 147 -
CMYK 0.76 0.56 0 0.42
HSL 224.46º 0.62% 0.36% -
HSV(B) 224.46º 0.76% 0.58% -
XYZ 7.79 6.13 28.38 -
YUV 64.79 174.39 106.75 -
System Red Green Blue C M Y K H S L
Decimal 35 64 147 0.76 0.56 0 0.42 224.46 0.62 0.36
Hex 23 40 93 4C 38 0 2A E0 3E 24
Octal 43 100 223 114 70 0 52 340 76 44
Binary 100011 1000000 10010011 1001100 111000 0 101010 11100000 111110 100100

Color Harmonies of #234093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234093

Black with #234093

Text Example


Text Example

White with #234093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234093; }

 p { color: rgb(35,64,147); }

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

background-color css

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

 a { background-color: rgb(35,64,147); }

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

border-color css

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

 span { border-color: rgb(35,64,147); }

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