Html Css Color HEX #309498 Java

📋 copy color: '#309498'

red 48 ◦ green 148 ◦ blue 152

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

Shades of Java #309498

Tints of Java #309498

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.53%

 BLUE value IS 152 (59.77% from 255) = 43.68%

R = 13.79%
G = 42.53%
B = 43.68%

CMYK

 C value IS 0.68

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#309498 (or 0x309498) is known color: Java. HEX triplet: 30, 94 and 98. RGB value is (48,148,152). Sum of RGB (Red+Green+Blue) = 48+148+152=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #309498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309498 is #CF6B67. Grayscale: #767676. Windows color (decimal): -13593448 or 9999408. OLE color: 9999408.

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

Color convert

RGB 48 148 152 -
CMYK 0.68 0.03 0 0.40
HSL 182.31º 0.52% 0.39% -
HSV(B) 182.31º 0.68% 0.6% -
XYZ 17.48 24.08 33.43 -
YUV 118.56 146.87 77.67 -
System Red Green Blue C M Y K H S L
Decimal 48 148 152 0.68 0.03 0 0.40 182.31 0.52 0.39
Hex 30 94 98 44 3 0 28 B6 34 27
Octal 60 224 230 104 3 0 50 266 64 47
Binary 110000 10010100 10011000 1000100 11 0 101000 10110110 110100 100111

Color Harmonies of #309498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309498

Black with #309498

Text Example


Text Example

White with #309498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309498; }

 p { color: rgb(48,148,152); }

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

background-color css

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

 a { background-color: rgb(48,148,152); }

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

border-color css

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

 span { border-color: rgb(48,148,152); }

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