#272A6D

Color #272A6D Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #272A6D

Tints of Deep Koamaru #272A6D

Color information

#272A6D (or 0x272A6D) is unknown color: approx Deep Koamaru. HEX triplet: 27, 2A and 6D. RGB value is (39,42,109). Sum of RGB (Red+Green+Blue) = 39+42+109=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #272A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272A6D is #D8D592. Grayscale: #303030. Windows color (decimal): -14210451 or 7154215. OLE color: 7154215.

HSL color Cylindrical-coordinate representation of color #272A6D: hue angle of 237.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #272A6D is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3942109-
CMYK0.640.6100.57
HSL237.43º47.3%29.02%-
HSV(B)237.43º64.22%42.75%-
XYZ4.423.1914.85-
YUV48.74162.01121.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.53%
GREEN value IS 42 (16.80% from 255) = 22.11%
BLUE value IS 109 (42.97% from 255) = 57.37%
R=20.53%
G=22.11%
B=57.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39421090.640.6100.57237.4347.329.02
Hex272A6D403D039ed2f1d
Octal4752155100750713555735
Binary1001111010101101101100000011110101110011110110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272A6D; }

 p { color: rgb(39,42,109); }

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

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

 a { background-color: rgb(39,42,109); }

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

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

 span { border-color: rgb(39,42,109); }

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