Html Css Color HEX #362648 Jagger

📋 copy color: '#362648'

red 54 ◦ green 38 ◦ blue 72

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

Shades of Jagger #362648

Tints of Jagger #362648

RGB

 RED value IS 54 (21.48% from 255) = 32.93%

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

 BLUE value IS 72 (28.52% from 255) = 43.9%

R = 32.93%
G = 23.17%
B = 43.9%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#362648 (or 0x362648) is known color: Jagger. HEX triplet: 36, 26 and 48. RGB value is (54,38,72). Sum of RGB (Red+Green+Blue) = 54+38+72=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #362648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362648 is #C9D9B7. Grayscale: #2E2E2E. Windows color (decimal): -13228472 or 4728374. OLE color: 4728374.

HSL color Cylindrical-coordinate representation of color #362648: hue angle of 268.24º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #362648 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 38 72 -
CMYK 0.25 0.47 0 0.72
HSL 268.24º 0.31% 0.22% -
HSV(B) 268.24º 0.47% 0.28% -
XYZ 3.38 2.64 6.46 -
YUV 46.66 142.3 133.24 -
System Red Green Blue C M Y K H S L
Decimal 54 38 72 0.25 0.47 0 0.72 268.24 0.31 0.22
Hex 36 26 48 19 2F 0 48 10C 1F 16
Octal 66 46 110 31 57 0 110 414 37 26
Binary 110110 100110 1001000 11001 101111 0 1001000 100001100 11111 10110

Color Harmonies of #362648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362648

Black with #362648

Text Example


Text Example

White with #362648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362648; }

 p { color: rgb(54,38,72); }

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

background-color css

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

 a { background-color: rgb(54,38,72); }

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

border-color css

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

 span { border-color: rgb(54,38,72); }

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