Html Css Color HEX #2E3266 Deep Koamaru

📋 copy color: '#2E3266'

red 46 ◦ green 50 ◦ blue 102

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

Shades of Deep Koamaru #2E3266

Tints of Deep Koamaru #2E3266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 51.52%

R = 23.23%
G = 25.25%
B = 51.52%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2E3266 (or 0x2E3266) is known color: Deep Koamaru. HEX triplet: 2E, 32 and 66. RGB value is (46,50,102). Sum of RGB (Red+Green+Blue) = 46+50+102=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E3266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3266 is #D1CD99. Grayscale: #363636. Windows color (decimal): -13749658 or 6697518. OLE color: 6697518.

HSL color Cylindrical-coordinate representation of color #2E3266: hue angle of 235.71º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E3266 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 46 50 102 -
CMYK 0.55 0.51 0 0.6
HSL 235.71º 0.38% 0.29% -
HSV(B) 235.71º 0.55% 0.4% -
XYZ 4.67 3.82 13.06 -
YUV 54.73 154.67 121.77 -
System Red Green Blue C M Y K H S L
Decimal 46 50 102 0.55 0.51 0 0.6 235.71 0.38 0.29
Hex 2E 32 66 37 33 0 3C EC 26 1D
Octal 56 62 146 67 63 0 74 354 46 35
Binary 101110 110010 1100110 110111 110011 0 111100 11101100 100110 11101

Color Harmonies of #2E3266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3266

Black with #2E3266

Text Example


Text Example

White with #2E3266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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