Html Css Color HEX #2E2E67 Deep Koamaru

📋 copy color: '#2E2E67'

red 46 ◦ green 46 ◦ blue 103

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

Shades of Deep Koamaru #2E2E67

Tints of Deep Koamaru #2E2E67

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.59%

 BLUE value IS 103 (40.63% from 255) = 52.82%

R = 23.59%
G = 23.59%
B = 52.82%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2E2E67 (or 0x2E2E67) is known color: Deep Koamaru. HEX triplet: 2E, 2E and 67. RGB value is (46,46,103). Sum of RGB (Red+Green+Blue) = 46+46+103=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #2E2E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2E67 is #D1D198. Grayscale: #343434. Windows color (decimal): -13750681 or 6762030. OLE color: 6762030.

HSL color Cylindrical-coordinate representation of color #2E2E67: hue angle of 240º 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 #2E2E67 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 46 46 103 -
CMYK 0.55 0.55 0 0.60
HSL 240º 0.38% 0.29% -
HSV(B) 240º 0.55% 0.4% -
XYZ 4.55 3.51 13.27 -
YUV 52.5 156.5 123.37 -
System Red Green Blue C M Y K H S L
Decimal 46 46 103 0.55 0.55 0 0.60 240 0.38 0.29
Hex 2E 2E 67 37 37 0 3C F0 26 1D
Octal 56 56 147 67 67 0 74 360 46 35
Binary 101110 101110 1100111 110111 110111 0 111100 11110000 100110 11101

Color Harmonies of #2E2E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2E67

Black with #2E2E67

Text Example


Text Example

White with #2E2E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,46,103); }

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

background-color css

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

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

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

border-color css

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

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

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