Html Css Color HEX #264C7E St Tropaz

📋 copy color: '#264C7E'

red 38 ◦ green 76 ◦ blue 126

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

Shades of St Tropaz #264C7E

Tints of St Tropaz #264C7E

RGB

 RED value IS 38 (15.23% from 255) = 15.83%

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

 BLUE value IS 126 (49.61% from 255) = 52.5%

R = 15.83%
G = 31.67%
B = 52.5%

CMYK

 C value IS 0.70

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#264C7E (or 0x264C7E) is known color: St Tropaz. HEX triplet: 26, 4C and 7E. RGB value is (38,76,126). Sum of RGB (Red+Green+Blue) = 38+76+126=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 126 (49.61% from 255 or 52.5% from 240); Max value from RGB is 126 - color contains mainly: blue. Hex color #264C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C7E is #D9B381. Grayscale: #464646. Windows color (decimal): -14267266 or 8277030. OLE color: 8277030.

HSL color Cylindrical-coordinate representation of color #264C7E: hue angle of 214.09º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #264C7E is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 76 126 -
CMYK 0.70 0.40 0 0.51
HSL 214.09º 0.54% 0.32% -
HSV(B) 214.09º 0.7% 0.49% -
XYZ 7.15 7.09 20.73 -
YUV 70.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 38 76 126 0.70 0.40 0 0.51 214.09 0.54 0.32
Hex 26 4C 7E 46 28 0 33 D6 36 20
Octal 46 114 176 106 50 0 63 326 66 40
Binary 100110 1001100 1111110 1000110 101000 0 110011 11010110 110110 100000

Color Harmonies of #264C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C7E

Black with #264C7E

Text Example


Text Example

White with #264C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264C7E; }

 p { color: rgb(38,76,126); }

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

background-color css

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

 a { background-color: rgb(38,76,126); }

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

border-color css

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

 span { border-color: rgb(38,76,126); }

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