Html Css Color HEX #38438F Tory Blue

📋 copy color: '#38438F'

red 56 ◦ green 67 ◦ blue 143

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

Shades of Tory Blue #38438F

Tints of Tory Blue #38438F

RGB

 RED value IS 56 (22.27% from 255) = 21.05%

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

 BLUE value IS 143 (56.25% from 255) = 53.76%

R = 21.05%
G = 25.19%
B = 53.76%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#38438F (or 0x38438F) is known color: Tory Blue. HEX triplet: 38, 43 and 8F. RGB value is (56,67,143). Sum of RGB (Red+Green+Blue) = 56+67+143=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 143 (56.25% from 255 or 53.76% from 266); Max value from RGB is 143 - color contains mainly: blue. Hex color #38438F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38438F is #C7BC70. Grayscale: #484848. Windows color (decimal): -13089905 or 9388856. OLE color: 9388856.

HSL color Cylindrical-coordinate representation of color #38438F: hue angle of 232.41º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38438F is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 67 143 -
CMYK 0.61 0.53 0 0.44
HSL 232.41º 0.44% 0.39% -
HSV(B) 232.41º 0.61% 0.56% -
XYZ 8.6 6.84 26.85 -
YUV 72.38 167.86 116.32 -
System Red Green Blue C M Y K H S L
Decimal 56 67 143 0.61 0.53 0 0.44 232.41 0.44 0.39
Hex 38 43 8F 3D 35 0 2C E8 2C 27
Octal 70 103 217 75 65 0 54 350 54 47
Binary 111000 1000011 10001111 111101 110101 0 101100 11101000 101100 100111

Color Harmonies of #38438F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38438F

Black with #38438F

Text Example


Text Example

White with #38438F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38438F; }

 p { color: rgb(56,67,143); }

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

background-color css

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

 a { background-color: rgb(56,67,143); }

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

border-color css

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

 span { border-color: rgb(56,67,143); }

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