Html Css Color HEX #264D7D St Tropaz

📋 copy color: '#264D7D'

red 38 ◦ green 77 ◦ blue 125

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

Shades of St Tropaz #264D7D

Tints of St Tropaz #264D7D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.08%

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

R = 15.83%
G = 32.08%
B = 52.08%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#264D7D (or 0x264D7D) is known color: St Tropaz. HEX triplet: 26, 4D and 7D. RGB value is (38,77,125). Sum of RGB (Red+Green+Blue) = 38+77+125=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 77 (30.47% from 255 or 32.08% 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 #264D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D7D is #D9B282. Grayscale: #464646. Windows color (decimal): -14267011 or 8211750. OLE color: 8211750.

HSL color Cylindrical-coordinate representation of color #264D7D: hue angle of 213.1º degrees, saturation: 0.53, 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 #264D7D is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 77 125 -
CMYK 0.70 0.38 0 0.51
HSL 213.1º 0.53% 0.32% -
HSV(B) 213.1º 0.7% 0.49% -
XYZ 7.15 7.2 20.41 -
YUV 70.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 38 77 125 0.70 0.38 0 0.51 213.1 0.53 0.32
Hex 26 4D 7D 46 26 0 33 D5 35 20
Octal 46 115 175 106 46 0 63 325 65 40
Binary 100110 1001101 1111101 1000110 100110 0 110011 11010101 110101 100000

Color Harmonies of #264D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264D7D

Black with #264D7D

Text Example


Text Example

White with #264D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,77,125); }

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

background-color css

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

 a { background-color: rgb(38,77,125); }

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

border-color css

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

 span { border-color: rgb(38,77,125); }

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