Html Css Color HEX #264C7D St Tropaz

📋 copy color: '#264C7D'

red 38 ◦ green 76 ◦ blue 125

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

Shades of St Tropaz #264C7D

Tints of St Tropaz #264C7D

RGB

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

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

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

R = 15.9%
G = 31.8%
B = 52.3%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#264C7D (or 0x264C7D) is known color: St Tropaz. HEX triplet: 26, 4C and 7D. RGB value is (38,76,125). Sum of RGB (Red+Green+Blue) = 38+76+125=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #264C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C7D is #D9B382. Grayscale: #454545. Windows color (decimal): -14267267 or 8211494. OLE color: 8211494.

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

Color convert

RGB 38 76 125 -
CMYK 0.70 0.39 0 0.51
HSL 213.79º 0.53% 0.32% -
HSV(B) 213.79º 0.7% 0.49% -
XYZ 7.09 7.06 20.39 -
YUV 70.22 158.91 105.02 -
System Red Green Blue C M Y K H S L
Decimal 38 76 125 0.70 0.39 0 0.51 213.79 0.53 0.32
Hex 26 4C 7D 46 27 0 33 D6 35 20
Octal 46 114 175 106 47 0 63 326 65 40
Binary 100110 1001100 1111101 1000110 100111 0 110011 11010110 110101 100000

Color Harmonies of #264C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C7D

Black with #264C7D

Text Example


Text Example

White with #264C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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