Html Css Color HEX #264C53 Teal Blue

📋 copy color: '#264C53'

red 38 ◦ green 76 ◦ blue 83

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

Shades of Teal Blue #264C53

Tints of Teal Blue #264C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 42.13%

R = 19.29%
G = 38.58%
B = 42.13%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#264C53 (or 0x264C53) is known color: Teal Blue. HEX triplet: 26, 4C and 53. RGB value is (38,76,83). Sum of RGB (Red+Green+Blue) = 38+76+83=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #264C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C53 is #D9B3AC. Grayscale: #414141. Windows color (decimal): -14267309 or 5458982. OLE color: 5458982.

HSL color Cylindrical-coordinate representation of color #264C53: hue angle of 189.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #264C53 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 76 83 -
CMYK 0.54 0.08 0 0.67
HSL 189.33º 0.37% 0.24% -
HSV(B) 189.33º 0.54% 0.33% -
XYZ 4.95 6.21 9.12 -
YUV 65.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 38 76 83 0.54 0.08 0 0.67 189.33 0.37 0.24
Hex 26 4C 53 36 8 0 43 BD 25 18
Octal 46 114 123 66 10 0 103 275 45 30
Binary 100110 1001100 1010011 110110 1000 0 1000011 10111101 100101 11000

Color Harmonies of #264C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C53

Black with #264C53

Text Example


Text Example

White with #264C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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