Html Css Color HEX #274398 Tory Blue

📋 copy color: '#274398'

red 39 ◦ green 67 ◦ blue 152

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

Shades of Tory Blue #274398

Tints of Tory Blue #274398

RGB

 RED value IS 39 (15.63% from 255) = 15.12%

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

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

R = 15.12%
G = 25.97%
B = 58.91%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#274398 (or 0x274398) is known color: Tory Blue. HEX triplet: 27, 43 and 98. RGB value is (39,67,152). Sum of RGB (Red+Green+Blue) = 39+67+152=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #274398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274398 is #D8BC67. Grayscale: #434343. Windows color (decimal): -14204008 or 9978663. OLE color: 9978663.

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

Color convert

RGB 39 67 152 -
CMYK 0.74 0.56 0 0.40
HSL 225.13º 0.59% 0.37% -
HSV(B) 225.13º 0.74% 0.6% -
XYZ 8.51 6.71 30.55 -
YUV 68.32 175.22 107.09 -
System Red Green Blue C M Y K H S L
Decimal 39 67 152 0.74 0.56 0 0.40 225.13 0.59 0.37
Hex 27 43 98 4A 38 0 28 E1 3B 25
Octal 47 103 230 112 70 0 50 341 73 45
Binary 100111 1000011 10011000 1001010 111000 0 101000 11100001 111011 100101

Color Harmonies of #274398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274398

Black with #274398

Text Example


Text Example

White with #274398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274398; }

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

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

background-color css

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

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

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

border-color css

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

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

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