Html Css Color HEX #319093 Java

📋 copy color: '#319093'

red 49 ◦ green 144 ◦ blue 147

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

Shades of Java #319093

Tints of Java #319093

RGB

 RED value IS 49 (19.53% from 255) = 14.41%

 GREEN value IS 144 (56.64% from 255) = 42.35%

 BLUE value IS 147 (57.81% from 255) = 43.24%

R = 14.41%
G = 42.35%
B = 43.24%

CMYK

 C value IS 0.67

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#319093 (or 0x319093) is known color: Java. HEX triplet: 31, 90 and 93. RGB value is (49,144,147). Sum of RGB (Red+Green+Blue) = 49+144+147=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #319093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319093 is #CE6F6C. Grayscale: #737373. Windows color (decimal): -13528941 or 9670705. OLE color: 9670705.

HSL color Cylindrical-coordinate representation of color #319093: hue angle of 181.84º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319093 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 144 147 -
CMYK 0.67 0.02 0 0.42
HSL 181.84º 0.5% 0.38% -
HSV(B) 181.84º 0.67% 0.58% -
XYZ 16.51 22.71 31.12 -
YUV 115.94 145.53 80.26 -
System Red Green Blue C M Y K H S L
Decimal 49 144 147 0.67 0.02 0 0.42 181.84 0.5 0.38
Hex 31 90 93 43 2 0 2A B6 32 26
Octal 61 220 223 103 2 0 52 266 62 46
Binary 110001 10010000 10010011 1000011 10 0 101010 10110110 110010 100110

Color Harmonies of #319093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319093

Black with #319093

Text Example


Text Example

White with #319093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319093; }

 p { color: rgb(49,144,147); }

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

background-color css

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

 a { background-color: rgb(49,144,147); }

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

border-color css

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

 span { border-color: rgb(49,144,147); }

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