Html Css Color HEX #38335B Jacarta

📋 copy color: '#38335B'

red 56 ◦ green 51 ◦ blue 91

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

Shades of Jacarta #38335B

Tints of Jacarta #38335B

RGB

 RED value IS 56 (22.27% from 255) = 28.28%

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

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

R = 28.28%
G = 25.76%
B = 45.96%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38335B (or 0x38335B) is known color: Jacarta. HEX triplet: 38, 33 and 5B. RGB value is (56,51,91). Sum of RGB (Red+Green+Blue) = 56+51+91=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #38335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38335B is #C7CCA4. Grayscale: #383838. Windows color (decimal): -13094053 or 5976888. OLE color: 5976888.

HSL color Cylindrical-coordinate representation of color #38335B: hue angle of 247.5º 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 #38335B is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 51 91 -
CMYK 0.38 0.44 0 0.64
HSL 247.5º 0.28% 0.28% -
HSV(B) 247.5º 0.44% 0.36% -
XYZ 4.7 3.96 10.41 -
YUV 57.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 56 51 91 0.38 0.44 0 0.64 247.5 0.28 0.28
Hex 38 33 5B 26 2C 0 40 F8 1C 1C
Octal 70 63 133 46 54 0 100 370 34 34
Binary 111000 110011 1011011 100110 101100 0 1000000 11111000 11100 11100

Color Harmonies of #38335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38335B

Black with #38335B

Text Example


Text Example

White with #38335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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