Html Css Color HEX #264C7B St Tropaz

📋 copy color: '#264C7B'

red 38 ◦ green 76 ◦ blue 123

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

Shades of St Tropaz #264C7B

Tints of St Tropaz #264C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.9%

R = 16.03%
G = 32.07%
B = 51.9%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#264C7B (or 0x264C7B) is known color: St Tropaz. HEX triplet: 26, 4C and 7B. RGB value is (38,76,123). Sum of RGB (Red+Green+Blue) = 38+76+123=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #264C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C7B is #D9B384. Grayscale: #454545. Windows color (decimal): -14267269 or 8080422. OLE color: 8080422.

HSL color Cylindrical-coordinate representation of color #264C7B: hue angle of 213.18º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #264C7B is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 38 76 123 -
CMYK 0.69 0.38 0 0.52
HSL 213.18º 0.53% 0.32% -
HSV(B) 213.18º 0.69% 0.48% -
XYZ 6.96 7.01 19.73 -
YUV 70 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 38 76 123 0.69 0.38 0 0.52 213.18 0.53 0.32
Hex 26 4C 7B 45 26 0 34 D5 35 20
Octal 46 114 173 105 46 0 64 325 65 40
Binary 100110 1001100 1111011 1000101 100110 0 110100 11010101 110101 100000

Color Harmonies of #264C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C7B

Black with #264C7B

Text Example


Text Example

White with #264C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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