Html Css Color HEX #383257 Jacarta

📋 copy color: '#383257'

red 56 ◦ green 50 ◦ blue 87

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

Shades of Jacarta #383257

Tints of Jacarta #383257

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.91%

 BLUE value IS 87 (34.38% from 255) = 45.08%

R = 29.02%
G = 25.91%
B = 45.08%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#383257 (or 0x383257) is known color: Jacarta. HEX triplet: 38, 32 and 57. RGB value is (56,50,87). Sum of RGB (Red+Green+Blue) = 56+50+87=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #383257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383257 is #C7CDA8. Grayscale: #373737. Windows color (decimal): -13094313 or 5714488. OLE color: 5714488.

HSL color Cylindrical-coordinate representation of color #383257: hue angle of 249.73º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #383257 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 50 87 -
CMYK 0.36 0.43 0 0.66
HSL 249.73º 0.27% 0.27% -
HSV(B) 249.73º 0.43% 0.34% -
XYZ 4.49 3.81 9.52 -
YUV 56.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 56 50 87 0.36 0.43 0 0.66 249.73 0.27 0.27
Hex 38 32 57 24 2B 0 42 FA 1B 1B
Octal 70 62 127 44 53 0 102 372 33 33
Binary 111000 110010 1010111 100100 101011 0 1000010 11111010 11011 11011

Color Harmonies of #383257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383257

Black with #383257

Text Example


Text Example

White with #383257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383257; }

 p { color: rgb(56,50,87); }

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

background-color css

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

 a { background-color: rgb(56,50,87); }

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

border-color css

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

 span { border-color: rgb(56,50,87); }

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