Html Css Color HEX #37335B Jacarta

📋 copy color: '#37335B'

red 55 ◦ green 51 ◦ blue 91

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

Shades of Jacarta #37335B

Tints of Jacarta #37335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.89%

 BLUE value IS 91 (35.94% from 255) = 46.19%

R = 27.92%
G = 25.89%
B = 46.19%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37335B (or 0x37335B) is known color: Jacarta. HEX triplet: 37, 33 and 5B. RGB value is (55,51,91). Sum of RGB (Red+Green+Blue) = 55+51+91=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #37335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37335B is #C8CCA4. Grayscale: #383838. Windows color (decimal): -13159589 or 5976887. OLE color: 5976887.

HSL color Cylindrical-coordinate representation of color #37335B: hue angle of 246º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #37335B is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 51 91 -
CMYK 0.40 0.44 0 0.64
HSL 246º 0.28% 0.28% -
HSV(B) 246º 0.44% 0.36% -
XYZ 4.65 3.94 10.41 -
YUV 56.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 55 51 91 0.40 0.44 0 0.64 246 0.28 0.28
Hex 37 33 5B 28 2C 0 40 F6 1C 1C
Octal 67 63 133 50 54 0 100 366 34 34
Binary 110111 110011 1011011 101000 101100 0 1000000 11110110 11100 11100

Color Harmonies of #37335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37335B

Black with #37335B

Text Example


Text Example

White with #37335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,51,91); }

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

background-color css

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

 a { background-color: rgb(55,51,91); }

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

border-color css

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

 span { border-color: rgb(55,51,91); }

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