Html Css Color HEX #234398 Tory Blue

📋 copy color: '#234398'

red 35 ◦ green 67 ◦ blue 152

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

Shades of Tory Blue #234398

Tints of Tory Blue #234398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.84%

R = 13.78%
G = 26.38%
B = 59.84%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#234398 (or 0x234398) is known color: Tory Blue. HEX triplet: 23, 43 and 98. RGB value is (35,67,152). Sum of RGB (Red+Green+Blue) = 35+67+152=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #234398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234398 is #DCBC67. Grayscale: #424242. Windows color (decimal): -14466152 or 9978659. OLE color: 9978659.

HSL color Cylindrical-coordinate representation of color #234398: hue angle of 223.59º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234398 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 67 152 -
CMYK 0.77 0.56 0 0.40
HSL 223.59º 0.63% 0.37% -
HSV(B) 223.59º 0.77% 0.6% -
XYZ 8.37 6.64 30.55 -
YUV 67.12 175.9 105.09 -
System Red Green Blue C M Y K H S L
Decimal 35 67 152 0.77 0.56 0 0.40 223.59 0.63 0.37
Hex 23 43 98 4D 38 0 28 E0 3F 25
Octal 43 103 230 115 70 0 50 340 77 45
Binary 100011 1000011 10011000 1001101 111000 0 101000 11100000 111111 100101

Color Harmonies of #234398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234398

Black with #234398

Text Example


Text Example

White with #234398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234398; }

 p { color: rgb(35,67,152); }

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

background-color css

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

 a { background-color: rgb(35,67,152); }

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

border-color css

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

 span { border-color: rgb(35,67,152); }

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