Html Css Color HEX #33438A Tory Blue

📋 copy color: '#33438A'

red 51 ◦ green 67 ◦ blue 138

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

Shades of Tory Blue #33438A

Tints of Tory Blue #33438A

RGB

 RED value IS 51 (20.31% from 255) = 19.92%

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

 BLUE value IS 138 (54.3% from 255) = 53.91%

R = 19.92%
G = 26.17%
B = 53.91%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#33438A (or 0x33438A) is known color: Tory Blue. HEX triplet: 33, 43 and 8A. RGB value is (51,67,138). Sum of RGB (Red+Green+Blue) = 51+67+138=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #33438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33438A is #CCBC75. Grayscale: #464646. Windows color (decimal): -13417590 or 9061171. OLE color: 9061171.

HSL color Cylindrical-coordinate representation of color #33438A: hue angle of 228.97º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33438A is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 67 138 -
CMYK 0.63 0.51 0 0.46
HSL 228.97º 0.46% 0.37% -
HSV(B) 228.97º 0.63% 0.54% -
XYZ 7.96 6.55 24.89 -
YUV 70.31 166.2 114.23 -
System Red Green Blue C M Y K H S L
Decimal 51 67 138 0.63 0.51 0 0.46 228.97 0.46 0.37
Hex 33 43 8A 3F 33 0 2E E5 2E 25
Octal 63 103 212 77 63 0 56 345 56 45
Binary 110011 1000011 10001010 111111 110011 0 101110 11100101 101110 100101

Color Harmonies of #33438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33438A

Black with #33438A

Text Example


Text Example

White with #33438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33438A; }

 p { color: rgb(51,67,138); }

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

background-color css

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

 a { background-color: rgb(51,67,138); }

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

border-color css

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

 span { border-color: rgb(51,67,138); }

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