Html Css Color HEX #37264B Jagger

📋 copy color: '#37264B'

red 55 ◦ green 38 ◦ blue 75

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

Shades of Jagger #37264B

Tints of Jagger #37264B

RGB

 RED value IS 55 (21.88% from 255) = 32.74%

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

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

R = 32.74%
G = 22.62%
B = 44.64%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37264B (or 0x37264B) is known color: Jagger. HEX triplet: 37, 26 and 4B. RGB value is (55,38,75). Sum of RGB (Red+Green+Blue) = 55+38+75=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #37264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37264B is #C8D9B4. Grayscale: #2F2F2F. Windows color (decimal): -13162933 or 4924983. OLE color: 4924983.

HSL color Cylindrical-coordinate representation of color #37264B: hue angle of 267.57º 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 #37264B is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 38 75 -
CMYK 0.27 0.49 0 0.71
HSL 267.57º 0.33% 0.22% -
HSV(B) 267.57º 0.49% 0.29% -
XYZ 3.54 2.71 6.99 -
YUV 47.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 55 38 75 0.27 0.49 0 0.71 267.57 0.33 0.22
Hex 37 26 4B 1B 31 0 47 10C 21 16
Octal 67 46 113 33 61 0 107 414 41 26
Binary 110111 100110 1001011 11011 110001 0 1000111 100001100 100001 10110

Color Harmonies of #37264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37264B

Black with #37264B

Text Example


Text Example

White with #37264B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37264B; }

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

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

background-color css

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

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

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

border-color css

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

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

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