Html Css Color HEX #309192 Java

📋 copy color: '#309192'

red 48 ◦ green 145 ◦ blue 146

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

Shades of Java #309192

Tints of Java #309192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.07%

R = 14.16%
G = 42.77%
B = 43.07%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#309192 (or 0x309192) is known color: Java. HEX triplet: 30, 91 and 92. RGB value is (48,145,146). Sum of RGB (Red+Green+Blue) = 48+145+146=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #309192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309192 is #CF6E6D. Grayscale: #747474. Windows color (decimal): -13594222 or 9605424. OLE color: 9605424.

HSL color Cylindrical-coordinate representation of color #309192: hue angle of 180.61º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309192 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 145 146 -
CMYK 0.67 0.01 0 0.43
HSL 180.61º 0.51% 0.38% -
HSV(B) 180.61º 0.67% 0.57% -
XYZ 16.53 22.95 30.75 -
YUV 116.11 144.86 79.42 -
System Red Green Blue C M Y K H S L
Decimal 48 145 146 0.67 0.01 0 0.43 180.61 0.51 0.38
Hex 30 91 92 43 1 0 2B B5 33 26
Octal 60 221 222 103 1 0 53 265 63 46
Binary 110000 10010001 10010010 1000011 1 0 101011 10110101 110011 100110

Color Harmonies of #309192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309192

Black with #309192

Text Example


Text Example

White with #309192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309192; }

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

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

background-color css

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

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

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

border-color css

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

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

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