Html Css Color HEX #3E264B Jagger

📋 copy color: '#3E264B'

red 62 ◦ green 38 ◦ blue 75

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

Shades of Jagger #3E264B

Tints of Jagger #3E264B

RGB

 RED value IS 62 (24.61% from 255) = 35.43%

 GREEN value IS 38 (15.23% from 255) = 21.71%

 BLUE value IS 75 (29.69% from 255) = 42.86%

R = 35.43%
G = 21.71%
B = 42.86%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3E264B (or 0x3E264B) is known color: Jagger. HEX triplet: 3E, 26 and 4B. RGB value is (62,38,75). Sum of RGB (Red+Green+Blue) = 62+38+75=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #3E264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E264B is #C1D9B4. Grayscale: #313131. Windows color (decimal): -12704181 or 4924990. OLE color: 4924990.

HSL color Cylindrical-coordinate representation of color #3E264B: hue angle of 278.92º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E264B is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 62 38 75 -
CMYK 0.17 0.49 0 0.71
HSL 278.92º 0.33% 0.22% -
HSV(B) 278.92º 0.49% 0.29% -
XYZ 3.95 2.92 7.01 -
YUV 49.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 62 38 75 0.17 0.49 0 0.71 278.92 0.33 0.22
Hex 3E 26 4B 11 31 0 47 117 21 16
Octal 76 46 113 21 61 0 107 427 41 26
Binary 111110 100110 1001011 10001 110001 0 1000111 100010111 100001 10110

Color Harmonies of #3E264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E264B

Black with #3E264B

Text Example


Text Example

White with #3E264B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E264B; }

 p { color: rgb(62,38,75); }

 H1.HeaderClassName
 {
   color: #3E264B;
 }
 .AnyTagClassName
 {
   color: #3E264B;
 }
</style>

background-color css

<style>
 a { background-color: #3E264B; }

 a { background-color: rgb(62,38,75); }

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

border-color css

<style>
 span { border-color: #3E264B; }

 span { border-color: rgb(62,38,75); }

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