Html Css Color HEX #233D8C Tory Blue

📋 copy color: '#233D8C'

red 35 ◦ green 61 ◦ blue 140

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

Shades of Tory Blue #233D8C

Tints of Tory Blue #233D8C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.85%

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

R = 14.83%
G = 25.85%
B = 59.32%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#233D8C (or 0x233D8C) is known color: Tory Blue. HEX triplet: 23, 3D and 8C. RGB value is (35,61,140). Sum of RGB (Red+Green+Blue) = 35+61+140=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #233D8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233D8C is #DCC273. Grayscale: #3D3D3D. Windows color (decimal): -14467700 or 9190691. OLE color: 9190691.

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

Color convert

RGB 35 61 140 -
CMYK 0.75 0.56 0 0.45
HSL 225.14º 0.6% 0.34% -
HSV(B) 225.14º 0.75% 0.55% -
XYZ 7.1 5.59 25.52 -
YUV 62.23 171.89 108.58 -
System Red Green Blue C M Y K H S L
Decimal 35 61 140 0.75 0.56 0 0.45 225.14 0.6 0.34
Hex 23 3D 8C 4B 38 0 2D E1 3C 22
Octal 43 75 214 113 70 0 55 341 74 42
Binary 100011 111101 10001100 1001011 111000 0 101101 11100001 111100 100010

Color Harmonies of #233D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233D8C

Black with #233D8C

Text Example


Text Example

White with #233D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233D8C; }

 p { color: rgb(35,61,140); }

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

background-color css

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

 a { background-color: rgb(35,61,140); }

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

border-color css

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

 span { border-color: rgb(35,61,140); }

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