Html Css Color HEX #2E2F62 Deep Koamaru

📋 copy color: '#2E2F62'

red 46 ◦ green 47 ◦ blue 98

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

Shades of Deep Koamaru #2E2F62

Tints of Deep Koamaru #2E2F62

RGB

 RED value IS 46 (18.36% from 255) = 24.08%

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

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

R = 24.08%
G = 24.61%
B = 51.31%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E2F62 (or 0x2E2F62) is known color: Deep Koamaru. HEX triplet: 2E, 2F and 62. RGB value is (46,47,98). Sum of RGB (Red+Green+Blue) = 46+47+98=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E2F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2F62 is #D1D09D. Grayscale: #343434. Windows color (decimal): -13750430 or 6434606. OLE color: 6434606.

HSL color Cylindrical-coordinate representation of color #2E2F62: hue angle of 238.85º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E2F62 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 47 98 -
CMYK 0.53 0.52 0 0.62
HSL 238.85º 0.36% 0.28% -
HSV(B) 238.85º 0.53% 0.38% -
XYZ 4.35 3.5 12 -
YUV 52.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 46 47 98 0.53 0.52 0 0.62 238.85 0.36 0.28
Hex 2E 2F 62 35 34 0 3E EF 24 1C
Octal 56 57 142 65 64 0 76 357 44 34
Binary 101110 101111 1100010 110101 110100 0 111110 11101111 100100 11100

Color Harmonies of #2E2F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2F62

Black with #2E2F62

Text Example


Text Example

White with #2E2F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E2F62; }

 p { color: rgb(46,47,98); }

 H1.HeaderClassName
 {
   color: #2E2F62;
 }
 .AnyTagClassName
 {
   color: #2E2F62;
 }
</style>

background-color css

<style>
 a { background-color: #2E2F62; }

 a { background-color: rgb(46,47,98); }

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

border-color css

<style>
 span { border-color: #2E2F62; }

 span { border-color: rgb(46,47,98); }

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