Html Css Color HEX #264A55 Teal Blue

📋 copy color: '#264A55'

red 38 ◦ green 74 ◦ blue 85

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

Shades of Teal Blue #264A55

Tints of Teal Blue #264A55

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.56%

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

R = 19.29%
G = 37.56%
B = 43.15%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#264A55 (or 0x264A55) is known color: Teal Blue. HEX triplet: 26, 4A and 55. RGB value is (38,74,85). Sum of RGB (Red+Green+Blue) = 38+74+85=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #264A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264A55 is #D9B5AA. Grayscale: #404040. Windows color (decimal): -14267819 or 5589542. OLE color: 5589542.

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

Color convert

RGB 38 74 85 -
CMYK 0.55 0.13 0 0.67
HSL 194.04º 0.38% 0.24% -
HSV(B) 194.04º 0.55% 0.33% -
XYZ 4.89 5.97 9.49 -
YUV 64.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 38 74 85 0.55 0.13 0 0.67 194.04 0.38 0.24
Hex 26 4A 55 37 D 0 43 C2 26 18
Octal 46 112 125 67 15 0 103 302 46 30
Binary 100110 1001010 1010101 110111 1101 0 1000011 11000010 100110 11000

Color Harmonies of #264A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264A55

Black with #264A55

Text Example


Text Example

White with #264A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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