Html Css Color HEX #383357 Jacarta

📋 copy color: '#383357'

red 56 ◦ green 51 ◦ blue 87

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

Shades of Jacarta #383357

Tints of Jacarta #383357

RGB

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

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

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

R = 28.87%
G = 26.29%
B = 44.85%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#383357 (or 0x383357) is known color: Jacarta. HEX triplet: 38, 33 and 57. RGB value is (56,51,87). Sum of RGB (Red+Green+Blue) = 56+51+87=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #383357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383357 is #C7CCA8. Grayscale: #383838. Windows color (decimal): -13094057 or 5714744. OLE color: 5714744.

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

Color convert

RGB 56 51 87 -
CMYK 0.36 0.41 0 0.66
HSL 248.33º 0.26% 0.27% -
HSV(B) 248.33º 0.41% 0.34% -
XYZ 4.54 3.9 9.53 -
YUV 56.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 56 51 87 0.36 0.41 0 0.66 248.33 0.26 0.27
Hex 38 33 57 24 29 0 42 F8 1A 1B
Octal 70 63 127 44 51 0 102 370 32 33
Binary 111000 110011 1010111 100100 101001 0 1000010 11111000 11010 11011

Color Harmonies of #383357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383357

Black with #383357

Text Example


Text Example

White with #383357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383357; }

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

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

background-color css

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

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

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

border-color css

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

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

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