Html Css Color HEX #265961 Teal Blue

📋 copy color: '#265961'

red 38 ◦ green 89 ◦ blue 97

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

Shades of Teal Blue #265961

Tints of Teal Blue #265961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.73%

 BLUE value IS 97 (38.28% from 255) = 43.3%

R = 16.96%
G = 39.73%
B = 43.3%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#265961 (or 0x265961) is known color: Teal Blue. HEX triplet: 26, 59 and 61. RGB value is (38,89,97). Sum of RGB (Red+Green+Blue) = 38+89+97=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #265961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265961 is #D9A69E. Grayscale: #4A4A4A. Windows color (decimal): -14263967 or 6379814. OLE color: 6379814.

HSL color Cylindrical-coordinate representation of color #265961: hue angle of 188.14º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #265961 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 89 97 -
CMYK 0.61 0.08 0 0.62
HSL 188.14º 0.44% 0.26% -
HSV(B) 188.14º 0.61% 0.38% -
XYZ 6.53 8.42 12.59 -
YUV 74.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 38 89 97 0.61 0.08 0 0.62 188.14 0.44 0.26
Hex 26 59 61 3D 8 0 3E BC 2C 1A
Octal 46 131 141 75 10 0 76 274 54 32
Binary 100110 1011001 1100001 111101 1000 0 111110 10111100 101100 11010

Color Harmonies of #265961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265961

Black with #265961

Text Example


Text Example

White with #265961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265961; }

 p { color: rgb(38,89,97); }

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

background-color css

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

 a { background-color: rgb(38,89,97); }

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

border-color css

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

 span { border-color: rgb(38,89,97); }

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