Html Css Color HEX #274C7D St Tropaz

📋 copy color: '#274C7D'

red 39 ◦ green 76 ◦ blue 125

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

Shades of St Tropaz #274C7D

Tints of St Tropaz #274C7D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.67%

 BLUE value IS 125 (49.22% from 255) = 52.08%

R = 16.25%
G = 31.67%
B = 52.08%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#274C7D (or 0x274C7D) is known color: St Tropaz. HEX triplet: 27, 4C and 7D. RGB value is (39,76,125). Sum of RGB (Red+Green+Blue) = 39+76+125=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #274C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C7D is #D8B382. Grayscale: #464646. Windows color (decimal): -14201731 or 8211495. OLE color: 8211495.

HSL color Cylindrical-coordinate representation of color #274C7D: hue angle of 214.19º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #274C7D is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 76 125 -
CMYK 0.69 0.39 0 0.51
HSL 214.19º 0.52% 0.32% -
HSV(B) 214.19º 0.69% 0.49% -
XYZ 7.12 7.08 20.39 -
YUV 70.52 158.74 105.52 -
System Red Green Blue C M Y K H S L
Decimal 39 76 125 0.69 0.39 0 0.51 214.19 0.52 0.32
Hex 27 4C 7D 45 27 0 33 D6 34 20
Octal 47 114 175 105 47 0 63 326 64 40
Binary 100111 1001100 1111101 1000101 100111 0 110011 11010110 110100 100000

Color Harmonies of #274C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274C7D

Black with #274C7D

Text Example


Text Example

White with #274C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274C7D; }

 p { color: rgb(39,76,125); }

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

background-color css

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

 a { background-color: rgb(39,76,125); }

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

border-color css

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

 span { border-color: rgb(39,76,125); }

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