Html Css Color HEX #2E3262 Deep Koamaru

📋 copy color: '#2E3262'

red 46 ◦ green 50 ◦ blue 98

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

Shades of Deep Koamaru #2E3262

Tints of Deep Koamaru #2E3262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.77%

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

R = 23.71%
G = 25.77%
B = 50.52%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E3262 (or 0x2E3262) is known color: Deep Koamaru. HEX triplet: 2E, 32 and 62. RGB value is (46,50,98). Sum of RGB (Red+Green+Blue) = 46+50+98=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E3262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3262 is #D1CD9D. Grayscale: #363636. Windows color (decimal): -13749662 or 6435374. OLE color: 6435374.

HSL color Cylindrical-coordinate representation of color #2E3262: hue angle of 235.38º 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 #2E3262 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 50 98 -
CMYK 0.53 0.49 0 0.62
HSL 235.38º 0.36% 0.28% -
HSV(B) 235.38º 0.53% 0.38% -
XYZ 4.47 3.74 12.04 -
YUV 54.28 152.67 122.1 -
System Red Green Blue C M Y K H S L
Decimal 46 50 98 0.53 0.49 0 0.62 235.38 0.36 0.28
Hex 2E 32 62 35 31 0 3E EB 24 1C
Octal 56 62 142 65 61 0 76 353 44 34
Binary 101110 110010 1100010 110101 110001 0 111110 11101011 100100 11100

Color Harmonies of #2E3262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3262

Black with #2E3262

Text Example


Text Example

White with #2E3262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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