Html Css Color HEX #38335E Jacarta

📋 copy color: '#38335E'

red 56 ◦ green 51 ◦ blue 94

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

Shades of Jacarta #38335E

Tints of Jacarta #38335E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.77%

R = 27.86%
G = 25.37%
B = 46.77%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38335E (or 0x38335E) is known color: Jacarta. HEX triplet: 38, 33 and 5E. RGB value is (56,51,94). Sum of RGB (Red+Green+Blue) = 56+51+94=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #38335E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38335E is #C7CCA1. Grayscale: #393939. Windows color (decimal): -13094050 or 6173496. OLE color: 6173496.

HSL color Cylindrical-coordinate representation of color #38335E: hue angle of 246.98º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38335E is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 51 94 -
CMYK 0.40 0.46 0 0.63
HSL 246.98º 0.3% 0.28% -
HSV(B) 246.98º 0.46% 0.37% -
XYZ 4.84 4.02 11.11 -
YUV 57.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 56 51 94 0.40 0.46 0 0.63 246.98 0.3 0.28
Hex 38 33 5E 28 2E 0 3F F7 1E 1C
Octal 70 63 136 50 56 0 77 367 36 34
Binary 111000 110011 1011110 101000 101110 0 111111 11110111 11110 11100

Color Harmonies of #38335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38335E

Black with #38335E

Text Example


Text Example

White with #38335E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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