Html Css Color HEX #38345A Jacarta

📋 copy color: '#38345A'

red 56 ◦ green 52 ◦ blue 90

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

Shades of Jacarta #38345A

Tints of Jacarta #38345A

RGB

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

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

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

R = 28.28%
G = 26.26%
B = 45.45%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38345A (or 0x38345A) is known color: Jacarta. HEX triplet: 38, 34 and 5A. RGB value is (56,52,90). Sum of RGB (Red+Green+Blue) = 56+52+90=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #38345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38345A is #C7CBA5. Grayscale: #393939. Windows color (decimal): -13093798 or 5911608. OLE color: 5911608.

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

Color convert

RGB 56 52 90 -
CMYK 0.38 0.42 0 0.65
HSL 246.32º 0.27% 0.28% -
HSV(B) 246.32º 0.42% 0.35% -
XYZ 4.7 4.03 10.2 -
YUV 57.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 56 52 90 0.38 0.42 0 0.65 246.32 0.27 0.28
Hex 38 34 5A 26 2A 0 41 F6 1B 1C
Octal 70 64 132 46 52 0 101 366 33 34
Binary 111000 110100 1011010 100110 101010 0 1000001 11110110 11011 11100

Color Harmonies of #38345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38345A

Black with #38345A

Text Example


Text Example

White with #38345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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