Html Css Color HEX #383458 Jacarta

📋 copy color: '#383458'

red 56 ◦ green 52 ◦ blue 88

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

Shades of Jacarta #383458

Tints of Jacarta #383458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.53%

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

R = 28.57%
G = 26.53%
B = 44.9%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#383458 (or 0x383458) is known color: Jacarta. HEX triplet: 38, 34 and 58. RGB value is (56,52,88). Sum of RGB (Red+Green+Blue) = 56+52+88=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #383458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383458 is #C7CBA7. Grayscale: #393939. Windows color (decimal): -13093800 or 5780536. OLE color: 5780536.

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

Color convert

RGB 56 52 88 -
CMYK 0.36 0.41 0 0.65
HSL 246.67º 0.26% 0.27% -
HSV(B) 246.67º 0.41% 0.35% -
XYZ 4.62 4 9.76 -
YUV 57.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 56 52 88 0.36 0.41 0 0.65 246.67 0.26 0.27
Hex 38 34 58 24 29 0 41 F7 1A 1B
Octal 70 64 130 44 51 0 101 367 32 33
Binary 111000 110100 1011000 100100 101001 0 1000001 11110111 11010 11011

Color Harmonies of #383458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383458

Black with #383458

Text Example


Text Example

White with #383458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383458; }

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

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

background-color css

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

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

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

border-color css

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

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

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