Html Css Color HEX #2E2F67 Deep Koamaru

📋 copy color: '#2E2F67'

red 46 ◦ green 47 ◦ blue 103

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

Shades of Deep Koamaru #2E2F67

Tints of Deep Koamaru #2E2F67

RGB

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

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

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

R = 23.47%
G = 23.98%
B = 52.55%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2E2F67 (or 0x2E2F67) is known color: Deep Koamaru. HEX triplet: 2E, 2F and 67. RGB value is (46,47,103). Sum of RGB (Red+Green+Blue) = 46+47+103=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #2E2F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2F67 is #D1D098. Grayscale: #343434. Windows color (decimal): -13750425 or 6762286. OLE color: 6762286.

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

Color convert

RGB 46 47 103 -
CMYK 0.55 0.54 0 0.60
HSL 238.95º 0.38% 0.29% -
HSV(B) 238.95º 0.55% 0.4% -
XYZ 4.59 3.59 13.28 -
YUV 53.09 156.17 122.95 -
System Red Green Blue C M Y K H S L
Decimal 46 47 103 0.55 0.54 0 0.60 238.95 0.38 0.29
Hex 2E 2F 67 37 36 0 3C EF 26 1D
Octal 56 57 147 67 66 0 74 357 46 35
Binary 101110 101111 1100111 110111 110110 0 111100 11101111 100110 11101

Color Harmonies of #2E2F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2F67

Black with #2E2F67

Text Example


Text Example

White with #2E2F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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