Html Css Color HEX #272A62 Deep Koamaru

📋 copy color: '#272A62'

red 39 ◦ green 42 ◦ blue 98

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

Shades of Deep Koamaru #272A62

Tints of Deep Koamaru #272A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 54.75%

R = 21.79%
G = 23.46%
B = 54.75%

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

#272A62 (or 0x272A62) is known color: Deep Koamaru. HEX triplet: 27, 2A and 62. RGB value is (39,42,98). Sum of RGB (Red+Green+Blue) = 39+42+98=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #272A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272A62 is #D8D59D. Grayscale: #2F2F2F. Windows color (decimal): -14210462 or 6433319. OLE color: 6433319.

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

Color convert

RGB 39 42 98 -
CMYK 0.60 0.57 0 0.62
HSL 236.95º 0.43% 0.27% -
HSV(B) 236.95º 0.6% 0.38% -
XYZ 3.87 2.97 11.92 -
YUV 47.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 39 42 98 0.60 0.57 0 0.62 236.95 0.43 0.27
Hex 27 2A 62 3C 39 0 3E ED 2B 1B
Octal 47 52 142 74 71 0 76 355 53 33
Binary 100111 101010 1100010 111100 111001 0 111110 11101101 101011 11011

Color Harmonies of #272A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272A62

Black with #272A62

Text Example


Text Example

White with #272A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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