#27306D

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

Shades of Deep Koamaru #27306D

Tints of Deep Koamaru #27306D

Color information

#27306D (or 0x27306D) is unknown color: approx Deep Koamaru. HEX triplet: 27, 30 and 6D. RGB value is (39,48,109). Sum of RGB (Red+Green+Blue) = 39+48+109=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #27306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27306D is #D8CF92. Grayscale: #343434. Windows color (decimal): -14208915 or 7155751. OLE color: 7155751.

HSL color Cylindrical-coordinate representation of color #27306D: hue angle of 232.29º 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 #27306D is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3948109-
CMYK0.640.5600.57
HSL232.29º47.3%29.02%-
HSV(B)232.29º64.22%42.75%-
XYZ4.653.6514.93-
YUV52.26160.02118.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.90%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 109 (42.97% from 255) = 55.61%
R=19.90%
G=24.49%
B=55.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39481090.640.5600.57232.2947.329.02
Hex27306D4038039e82f1d
Octal4760155100700713505735
Binary1001111100001101101100000011100001110011110100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27306D; }

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

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

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

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

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

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

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

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