#267A7D

Color #267A7D Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #267A7D

Tints of Atoll #267A7D

Color information

#267A7D (or 0x267A7D) is unknown color: approx Atoll. HEX triplet: 26, 7A and 7D. RGB value is (38,122,125). Sum of RGB (Red+Green+Blue) = 38+122+125=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #267A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267A7D is #D98582. Grayscale: #616161. Windows color (decimal): -14255491 or 8223270. OLE color: 8223270.

HSL color Cylindrical-coordinate representation of color #267A7D: hue angle of 182.07º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267A7D is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB38122125-
CMYK0.700.0200.51
HSL182.07º53.37%31.96%-
HSV(B)182.07º69.6%49.02%-
XYZ11.4615.8121.85-
YUV97.23143.6785.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.33%
GREEN value IS 122 (48.05% from 255) = 42.81%
BLUE value IS 125 (49.22% from 255) = 43.86%
R=13.33%
G=42.81%
B=43.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal381221250.700.0200.51182.0753.3731.96
Hex267A7D462033b63520
Octal4617217510620632666540
Binary10011011110101111101100011010011001110110110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267A7D; }

 p { color: rgb(38,122,125); }

 H1.HeaderClassName
 {
   color: #267A7D;
 }
 .AnyTagClassName
 {
   color: #267A7D;
 }
</style>
background-color css

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

 a { background-color: rgb(38,122,125); }

 div.DivClassName
 {
   background-color: #267A7D;
 }
 .BgClassName
 {
   background-color: #267A7D;
 }
</style>
border-color css

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

 span { border-color: rgb(38,122,125); }

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