Html Css Color HEX #383258 Jacarta

📋 copy color: '#383258'

red 56 ◦ green 50 ◦ blue 88

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

Shades of Jacarta #383258

Tints of Jacarta #383258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.36%

R = 28.87%
G = 25.77%
B = 45.36%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#383258 (or 0x383258) is known color: Jacarta. HEX triplet: 38, 32 and 58. RGB value is (56,50,88). Sum of RGB (Red+Green+Blue) = 56+50+88=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #383258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383258 is #C7CDA7. Grayscale: #373737. Windows color (decimal): -13094312 or 5780024. OLE color: 5780024.

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

Color convert

RGB 56 50 88 -
CMYK 0.36 0.43 0 0.65
HSL 249.47º 0.28% 0.27% -
HSV(B) 249.47º 0.43% 0.35% -
XYZ 4.53 3.83 9.73 -
YUV 56.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 56 50 88 0.36 0.43 0 0.65 249.47 0.28 0.27
Hex 38 32 58 24 2B 0 41 F9 1C 1B
Octal 70 62 130 44 53 0 101 371 34 33
Binary 111000 110010 1011000 100100 101011 0 1000001 11111001 11100 11011

Color Harmonies of #383258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383258

Black with #383258

Text Example


Text Example

White with #383258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383258; }

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

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

background-color css

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

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

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

border-color css

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

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

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