Html Css Color HEX #309195 Java

📋 copy color: '#309195'

red 48 ◦ green 145 ◦ blue 149

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

Shades of Java #309195

Tints of Java #309195

RGB

 RED value IS 48 (19.14% from 255) = 14.04%

 GREEN value IS 145 (57.03% from 255) = 42.4%

 BLUE value IS 149 (58.59% from 255) = 43.57%

R = 14.04%
G = 42.4%
B = 43.57%

CMYK

 C value IS 0.68

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#309195 (or 0x309195) is known color: Java. HEX triplet: 30, 91 and 95. RGB value is (48,145,149). Sum of RGB (Red+Green+Blue) = 48+145+149=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #309195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309195 is #CF6E6A. Grayscale: #747474. Windows color (decimal): -13594219 or 9802032. OLE color: 9802032.

HSL color Cylindrical-coordinate representation of color #309195: hue angle of 182.38º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309195 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 145 149 -
CMYK 0.68 0.03 0 0.42
HSL 182.38º 0.51% 0.39% -
HSV(B) 182.38º 0.68% 0.58% -
XYZ 16.77 23.05 32 -
YUV 116.45 146.36 79.17 -
System Red Green Blue C M Y K H S L
Decimal 48 145 149 0.68 0.03 0 0.42 182.38 0.51 0.39
Hex 30 91 95 44 3 0 2A B6 33 27
Octal 60 221 225 104 3 0 52 266 63 47
Binary 110000 10010001 10010101 1000100 11 0 101010 10110110 110011 100111

Color Harmonies of #309195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309195

Black with #309195

Text Example


Text Example

White with #309195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309195; }

 p { color: rgb(48,145,149); }

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

background-color css

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

 a { background-color: rgb(48,145,149); }

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

border-color css

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

 span { border-color: rgb(48,145,149); }

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