Html Css Color HEX #383260 Jacarta

📋 copy color: '#383260'

red 56 ◦ green 50 ◦ blue 96

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

Shades of Jacarta #383260

Tints of Jacarta #383260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 47.52%

R = 27.72%
G = 24.75%
B = 47.52%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#383260 (or 0x383260) is known color: Jacarta. HEX triplet: 38, 32 and 60. RGB value is (56,50,96). Sum of RGB (Red+Green+Blue) = 56+50+96=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #383260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383260 is #C7CD9F. Grayscale: #383838. Windows color (decimal): -13094304 or 6304312. OLE color: 6304312.

HSL color Cylindrical-coordinate representation of color #383260: hue angle of 247.83º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #383260 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 50 96 -
CMYK 0.42 0.48 0 0.62
HSL 247.83º 0.32% 0.29% -
HSV(B) 247.83º 0.48% 0.38% -
XYZ 4.88 3.97 11.57 -
YUV 57.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 56 50 96 0.42 0.48 0 0.62 247.83 0.32 0.29
Hex 38 32 60 2A 30 0 3E F8 20 1D
Octal 70 62 140 52 60 0 76 370 40 35
Binary 111000 110010 1100000 101010 110000 0 111110 11111000 100000 11101

Color Harmonies of #383260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383260

Black with #383260

Text Example


Text Example

White with #383260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383260; }

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

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

background-color css

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

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

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

border-color css

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

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

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