Html Css Color HEX #264C7C St Tropaz

📋 copy color: '#264C7C'

red 38 ◦ green 76 ◦ blue 124

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

Shades of St Tropaz #264C7C

Tints of St Tropaz #264C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 52.1%

R = 15.97%
G = 31.93%
B = 52.1%

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

#264C7C (or 0x264C7C) is known color: St Tropaz. HEX triplet: 26, 4C and 7C. RGB value is (38,76,124). Sum of RGB (Red+Green+Blue) = 38+76+124=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #264C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C7C is #D9B383. Grayscale: #454545. Windows color (decimal): -14267268 or 8145958. OLE color: 8145958.

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

Color convert

RGB 38 76 124 -
CMYK 0.69 0.39 0 0.51
HSL 213.49º 0.53% 0.32% -
HSV(B) 213.49º 0.69% 0.49% -
XYZ 7.02 7.04 20.06 -
YUV 70.11 158.41 105.1 -
System Red Green Blue C M Y K H S L
Decimal 38 76 124 0.69 0.39 0 0.51 213.49 0.53 0.32
Hex 26 4C 7C 45 27 0 33 D5 35 20
Octal 46 114 174 105 47 0 63 325 65 40
Binary 100110 1001100 1111100 1000101 100111 0 110011 11010101 110101 100000

Color Harmonies of #264C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C7C

Black with #264C7C

Text Example


Text Example

White with #264C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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