Html Css Color HEX #272A68 Deep Koamaru

📋 copy color: '#272A68'

red 39 ◦ green 42 ◦ blue 104

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

Shades of Deep Koamaru #272A68

Tints of Deep Koamaru #272A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 56.22%

R = 21.08%
G = 22.7%
B = 56.22%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#272A68 (or 0x272A68) is known color: Deep Koamaru. HEX triplet: 27, 2A and 68. RGB value is (39,42,104). Sum of RGB (Red+Green+Blue) = 39+42+104=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #272A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272A68 is #D8D597. Grayscale: #2F2F2F. Windows color (decimal): -14210456 or 6826535. OLE color: 6826535.

HSL color Cylindrical-coordinate representation of color #272A68: hue angle of 237.23º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #272A68 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 42 104 -
CMYK 0.62 0.60 0 0.59
HSL 237.23º 0.45% 0.28% -
HSV(B) 237.23º 0.63% 0.41% -
XYZ 4.16 3.09 13.47 -
YUV 48.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 39 42 104 0.62 0.60 0 0.59 237.23 0.45 0.28
Hex 27 2A 68 3E 3C 0 3B ED 2D 1C
Octal 47 52 150 76 74 0 73 355 55 34
Binary 100111 101010 1101000 111110 111100 0 111011 11101101 101101 11100

Color Harmonies of #272A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272A68

Black with #272A68

Text Example


Text Example

White with #272A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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