Html Css Color HEX #38305A Jacarta

📋 copy color: '#38305A'

red 56 ◦ green 48 ◦ blue 90

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

Shades of Jacarta #38305A

Tints of Jacarta #38305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.74%

 BLUE value IS 90 (35.55% from 255) = 46.39%

R = 28.87%
G = 24.74%
B = 46.39%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38305A (or 0x38305A) is known color: Jacarta. HEX triplet: 38, 30 and 5A. RGB value is (56,48,90). Sum of RGB (Red+Green+Blue) = 56+48+90=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #38305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38305A is #C7CFA5. Grayscale: #373737. Windows color (decimal): -13094822 or 5910584. OLE color: 5910584.

HSL color Cylindrical-coordinate representation of color #38305A: hue angle of 251.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38305A is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 48 90 -
CMYK 0.38 0.47 0 0.65
HSL 251.43º 0.3% 0.27% -
HSV(B) 251.43º 0.47% 0.35% -
XYZ 4.53 3.69 10.15 -
YUV 55.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 56 48 90 0.38 0.47 0 0.65 251.43 0.3 0.27
Hex 38 30 5A 26 2F 0 41 FB 1E 1B
Octal 70 60 132 46 57 0 101 373 36 33
Binary 111000 110000 1011010 100110 101111 0 1000001 11111011 11110 11011

Color Harmonies of #38305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38305A

Black with #38305A

Text Example


Text Example

White with #38305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38305A; }

 p { color: rgb(56,48,90); }

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

background-color css

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

 a { background-color: rgb(56,48,90); }

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

border-color css

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

 span { border-color: rgb(56,48,90); }

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