Html Css Color HEX #233F8D Tory Blue

📋 copy color: '#233F8D'

red 35 ◦ green 63 ◦ blue 141

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

Shades of Tory Blue #233F8D

Tints of Tory Blue #233F8D

RGB

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

 GREEN value IS 63 (25% from 255) = 26.36%

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

R = 14.64%
G = 26.36%
B = 59%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#233F8D (or 0x233F8D) is known color: Tory Blue. HEX triplet: 23, 3F and 8D. RGB value is (35,63,141). Sum of RGB (Red+Green+Blue) = 35+63+141=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #233F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233F8D is #DCC072. Grayscale: #3F3F3F. Windows color (decimal): -14467187 or 9256739. OLE color: 9256739.

HSL color Cylindrical-coordinate representation of color #233F8D: hue angle of 224.15º 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 #233F8D is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 63 141 -
CMYK 0.75 0.55 0 0.45
HSL 224.15º 0.6% 0.35% -
HSV(B) 224.15º 0.75% 0.55% -
XYZ 7.28 5.84 25.94 -
YUV 63.52 171.72 107.66 -
System Red Green Blue C M Y K H S L
Decimal 35 63 141 0.75 0.55 0 0.45 224.15 0.6 0.35
Hex 23 3F 8D 4B 37 0 2D E0 3C 23
Octal 43 77 215 113 67 0 55 340 74 43
Binary 100011 111111 10001101 1001011 110111 0 101101 11100000 111100 100011

Color Harmonies of #233F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233F8D

Black with #233F8D

Text Example


Text Example

White with #233F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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