Html Css Color HEX #272A61 Deep Koamaru

📋 copy color: '#272A61'

red 39 ◦ green 42 ◦ blue 97

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

Shades of Deep Koamaru #272A61

Tints of Deep Koamaru #272A61

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.6%

 BLUE value IS 97 (38.28% from 255) = 54.49%

R = 21.91%
G = 23.6%
B = 54.49%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#272A61 (or 0x272A61) is known color: Deep Koamaru. HEX triplet: 27, 2A and 61. RGB value is (39,42,97). Sum of RGB (Red+Green+Blue) = 39+42+97=178 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.91% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #272A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272A61 is #D8D59E. Grayscale: #2F2F2F. Windows color (decimal): -14210463 or 6367783. OLE color: 6367783.

HSL color Cylindrical-coordinate representation of color #272A61: hue angle of 236.9º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #272A61 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 42 97 -
CMYK 0.60 0.57 0 0.62
HSL 236.9º 0.43% 0.27% -
HSV(B) 236.9º 0.6% 0.38% -
XYZ 3.82 2.95 11.68 -
YUV 47.37 156.01 122.03 -
System Red Green Blue C M Y K H S L
Decimal 39 42 97 0.60 0.57 0 0.62 236.9 0.43 0.27
Hex 27 2A 61 3C 39 0 3E ED 2B 1B
Octal 47 52 141 74 71 0 76 355 53 33
Binary 100111 101010 1100001 111100 111001 0 111110 11101101 101011 11011

Color Harmonies of #272A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272A61

Black with #272A61

Text Example


Text Example

White with #272A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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