Html Css Color HEX #272F6D Deep Koamaru

📋 copy color: '#272F6D'

red 39 ◦ green 47 ◦ blue 109

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

Shades of Deep Koamaru #272F6D

Tints of Deep Koamaru #272F6D

RGB

 RED value IS 39 (15.63% from 255) = 20%

 GREEN value IS 47 (18.75% from 255) = 24.1%

 BLUE value IS 109 (42.97% from 255) = 55.9%

R = 20%
G = 24.1%
B = 55.9%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#272F6D (or 0x272F6D) is known color: Deep Koamaru. HEX triplet: 27, 2F and 6D. RGB value is (39,47,109). Sum of RGB (Red+Green+Blue) = 39+47+109=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #272F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272F6D is #D8D092. Grayscale: #333333. Windows color (decimal): -14209171 or 7155495. OLE color: 7155495.

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

Color convert

RGB 39 47 109 -
CMYK 0.64 0.57 0 0.57
HSL 233.14º 0.47% 0.29% -
HSV(B) 233.14º 0.64% 0.43% -
XYZ 4.61 3.57 14.91 -
YUV 51.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 39 47 109 0.64 0.57 0 0.57 233.14 0.47 0.29
Hex 27 2F 6D 40 39 0 39 E9 2F 1D
Octal 47 57 155 100 71 0 71 351 57 35
Binary 100111 101111 1101101 1000000 111001 0 111001 11101001 101111 11101

Color Harmonies of #272F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272F6D

Black with #272F6D

Text Example


Text Example

White with #272F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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