Html Css Color HEX #3B365E Jacarta

📋 copy color: '#3B365E'

red 59 ◦ green 54 ◦ blue 94

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

Shades of Jacarta #3B365E

Tints of Jacarta #3B365E

RGB

 RED value IS 59 (23.44% from 255) = 28.5%

 GREEN value IS 54 (21.48% from 255) = 26.09%

 BLUE value IS 94 (37.11% from 255) = 45.41%

R = 28.5%
G = 26.09%
B = 45.41%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3B365E (or 0x3B365E) is known color: Jacarta. HEX triplet: 3B, 36 and 5E. RGB value is (59,54,94). Sum of RGB (Red+Green+Blue) = 59+54+94=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #3B365E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B365E is #C4C9A1. Grayscale: #3B3B3B. Windows color (decimal): -12896674 or 6174267. OLE color: 6174267.

HSL color Cylindrical-coordinate representation of color #3B365E: hue angle of 247.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B365E is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 59 54 94 -
CMYK 0.37 0.43 0 0.63
HSL 247.5º 0.27% 0.29% -
HSV(B) 247.5º 0.43% 0.37% -
XYZ 5.14 4.38 11.16 -
YUV 60.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 59 54 94 0.37 0.43 0 0.63 247.5 0.27 0.29
Hex 3B 36 5E 25 2B 0 3F F8 1B 1D
Octal 73 66 136 45 53 0 77 370 33 35
Binary 111011 110110 1011110 100101 101011 0 111111 11111000 11011 11101

Color Harmonies of #3B365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B365E

Black with #3B365E

Text Example


Text Example

White with #3B365E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B365E; }

 p { color: rgb(59,54,94); }

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

background-color css

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

 a { background-color: rgb(59,54,94); }

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

border-color css

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

 span { border-color: rgb(59,54,94); }

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