Html Css Color HEX #309296 Java

📋 copy color: '#309296'

red 48 ◦ green 146 ◦ blue 150

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

Shades of Java #309296

Tints of Java #309296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.44%

 BLUE value IS 150 (58.98% from 255) = 43.6%

R = 13.95%
G = 42.44%
B = 43.6%

CMYK

 C value IS 0.68

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#309296 (or 0x309296) is known color: Java. HEX triplet: 30, 92 and 96. RGB value is (48,146,150). Sum of RGB (Red+Green+Blue) = 48+146+150=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #309296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309296 is #CF6D69. Grayscale: #757575. Windows color (decimal): -13593962 or 9867824. OLE color: 9867824.

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

Color convert

RGB 48 146 150 -
CMYK 0.68 0.03 0 0.41
HSL 182.35º 0.52% 0.39% -
HSV(B) 182.35º 0.68% 0.59% -
XYZ 17 23.39 32.47 -
YUV 117.15 146.53 78.67 -
System Red Green Blue C M Y K H S L
Decimal 48 146 150 0.68 0.03 0 0.41 182.35 0.52 0.39
Hex 30 92 96 44 3 0 29 B6 34 27
Octal 60 222 226 104 3 0 51 266 64 47
Binary 110000 10010010 10010110 1000100 11 0 101001 10110110 110100 100111

Color Harmonies of #309296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309296

Black with #309296

Text Example


Text Example

White with #309296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309296; }

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

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

background-color css

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

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

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

border-color css

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

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

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