Html Css Color HEX #309FA4 Java

📋 copy color: '#309FA4'

red 48 ◦ green 159 ◦ blue 164

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

Shades of Java #309FA4

Tints of Java #309FA4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.86%

 BLUE value IS 164 (64.45% from 255) = 44.2%

R = 12.94%
G = 42.86%
B = 44.2%

CMYK

 C value IS 0.71

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#309FA4 (or 0x309FA4) is known color: Java. HEX triplet: 30, 9F and A4. RGB value is (48,159,164). Sum of RGB (Red+Green+Blue) = 48+159+164=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #309FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309FA4 is #CF605B. Grayscale: #7E7E7E. Windows color (decimal): -13590620 or 10788656. OLE color: 10788656.

HSL color Cylindrical-coordinate representation of color #309FA4: hue angle of 182.59º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #309FA4 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 48 159 164 -
CMYK 0.71 0.03 0 0.36
HSL 182.59º 0.55% 0.42% -
HSV(B) 182.59º 0.71% 0.64% -
XYZ 20.32 28.1 39.48 -
YUV 126.38 149.23 72.09 -
System Red Green Blue C M Y K H S L
Decimal 48 159 164 0.71 0.03 0 0.36 182.59 0.55 0.42
Hex 30 9F A4 47 3 0 24 B7 37 2A
Octal 60 237 244 107 3 0 44 267 67 52
Binary 110000 10011111 10100100 1000111 11 0 100100 10110111 110111 101010

Color Harmonies of #309FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309FA4

Black with #309FA4

Text Example


Text Example

White with #309FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309FA4; }

 p { color: rgb(48,159,164); }

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

background-color css

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

 a { background-color: rgb(48,159,164); }

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

border-color css

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

 span { border-color: rgb(48,159,164); }

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