Html Css Color HEX #264655 Teal Blue

📋 copy color: '#264655'

red 38 ◦ green 70 ◦ blue 85

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

Shades of Teal Blue #264655

Tints of Teal Blue #264655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.27%

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

R = 19.69%
G = 36.27%
B = 44.04%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#264655 (or 0x264655) is known color: Teal Blue. HEX triplet: 26, 46 and 55. RGB value is (38,70,85). Sum of RGB (Red+Green+Blue) = 38+70+85=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #264655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264655 is #D9B9AA. Grayscale: #3E3E3E. Windows color (decimal): -14268843 or 5588518. OLE color: 5588518.

HSL color Cylindrical-coordinate representation of color #264655: hue angle of 199.15º 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 #264655 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 70 85 -
CMYK 0.55 0.18 0 0.67
HSL 199.15º 0.38% 0.24% -
HSV(B) 199.15º 0.55% 0.33% -
XYZ 4.63 5.45 9.4 -
YUV 62.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 38 70 85 0.55 0.18 0 0.67 199.15 0.38 0.24
Hex 26 46 55 37 12 0 43 C7 26 18
Octal 46 106 125 67 22 0 103 307 46 30
Binary 100110 1000110 1010101 110111 10010 0 1000011 11000111 100110 11000

Color Harmonies of #264655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264655

Black with #264655

Text Example


Text Example

White with #264655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264655; }

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

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

background-color css

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

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

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

border-color css

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

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

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