Html Css Color HEX #264955 Teal Blue

📋 copy color: '#264955'

red 38 ◦ green 73 ◦ blue 85

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

Shades of Teal Blue #264955

Tints of Teal Blue #264955

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.24%

 BLUE value IS 85 (33.59% from 255) = 43.37%

R = 19.39%
G = 37.24%
B = 43.37%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#264955 (or 0x264955) is known color: Teal Blue. HEX triplet: 26, 49 and 55. RGB value is (38,73,85). Sum of RGB (Red+Green+Blue) = 38+73+85=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #264955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264955 is #D9B6AA. Grayscale: #3F3F3F. Windows color (decimal): -14268075 or 5589286. OLE color: 5589286.

HSL color Cylindrical-coordinate representation of color #264955: hue angle of 195.32º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #264955 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 73 85 -
CMYK 0.55 0.14 0 0.67
HSL 195.32º 0.38% 0.24% -
HSV(B) 195.32º 0.55% 0.33% -
XYZ 4.82 5.83 9.47 -
YUV 63.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 38 73 85 0.55 0.14 0 0.67 195.32 0.38 0.24
Hex 26 49 55 37 E 0 43 C3 26 18
Octal 46 111 125 67 16 0 103 303 46 30
Binary 100110 1001001 1010101 110111 1110 0 1000011 11000011 100110 11000

Color Harmonies of #264955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264955

Black with #264955

Text Example


Text Example

White with #264955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264955; }

 p { color: rgb(38,73,85); }

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

background-color css

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

 a { background-color: rgb(38,73,85); }

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

border-color css

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

 span { border-color: rgb(38,73,85); }

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