Html Css Color HEX #309297 Java

📋 copy color: '#309297'

red 48 ◦ green 146 ◦ blue 151

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

Shades of Java #309297

Tints of Java #309297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.77%

R = 13.91%
G = 42.32%
B = 43.77%

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

#309297 (or 0x309297) is known color: Java. HEX triplet: 30, 92 and 97. RGB value is (48,146,151). Sum of RGB (Red+Green+Blue) = 48+146+151=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #309297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309297 is #CF6D68. Grayscale: #757575. Windows color (decimal): -13593961 or 9933360. OLE color: 9933360.

HSL color Cylindrical-coordinate representation of color #309297: hue angle of 182.91º 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 #309297 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 146 151 -
CMYK 0.68 0.03 0 0.41
HSL 182.91º 0.52% 0.39% -
HSV(B) 182.91º 0.68% 0.59% -
XYZ 17.08 23.42 32.9 -
YUV 117.27 147.03 78.59 -
System Red Green Blue C M Y K H S L
Decimal 48 146 151 0.68 0.03 0 0.41 182.91 0.52 0.39
Hex 30 92 97 44 3 0 29 B7 34 27
Octal 60 222 227 104 3 0 51 267 64 47
Binary 110000 10010010 10010111 1000100 11 0 101001 10110111 110100 100111

Color Harmonies of #309297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309297

Black with #309297

Text Example


Text Example

White with #309297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309297; }

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

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

background-color css

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

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

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

border-color css

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

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

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