Html Css Color HEX #38345C Jacarta

📋 copy color: '#38345C'

red 56 ◦ green 52 ◦ blue 92

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

Shades of Jacarta #38345C

Tints of Jacarta #38345C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46%

R = 28%
G = 26%
B = 46%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38345C (or 0x38345C) is known color: Jacarta. HEX triplet: 38, 34 and 5C. RGB value is (56,52,92). Sum of RGB (Red+Green+Blue) = 56+52+92=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #38345C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38345C is #C7CBA3. Grayscale: #393939. Windows color (decimal): -13093796 or 6042680. OLE color: 6042680.

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

Color convert

RGB 56 52 92 -
CMYK 0.39 0.43 0 0.64
HSL 246º 0.28% 0.28% -
HSV(B) 246º 0.43% 0.36% -
XYZ 4.79 4.07 10.66 -
YUV 57.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 56 52 92 0.39 0.43 0 0.64 246 0.28 0.28
Hex 38 34 5C 27 2B 0 40 F6 1C 1C
Octal 70 64 134 47 53 0 100 366 34 34
Binary 111000 110100 1011100 100111 101011 0 1000000 11110110 11100 11100

Color Harmonies of #38345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38345C

Black with #38345C

Text Example


Text Example

White with #38345C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38345C; }

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

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

background-color css

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

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

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

border-color css

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

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

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