Html Css Color HEX #309C9D Java

📋 copy color: '#309C9D'

red 48 ◦ green 156 ◦ blue 157

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

Shades of Java #309C9D

Tints of Java #309C9D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.21%

 BLUE value IS 157 (61.72% from 255) = 43.49%

R = 13.3%
G = 43.21%
B = 43.49%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#309C9D (or 0x309C9D) is known color: Java. HEX triplet: 30, 9C and 9D. RGB value is (48,156,157). Sum of RGB (Red+Green+Blue) = 48+156+157=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #309C9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309C9D is #CF6362. Grayscale: #7B7B7B. Windows color (decimal): -13591395 or 10329136. OLE color: 10329136.

HSL color Cylindrical-coordinate representation of color #309C9D: hue angle of 180.55º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309C9D is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 156 157 -
CMYK 0.69 0.01 0 0.38
HSL 180.55º 0.53% 0.4% -
HSV(B) 180.55º 0.69% 0.62% -
XYZ 19.19 26.84 36.07 -
YUV 123.82 146.72 73.92 -
System Red Green Blue C M Y K H S L
Decimal 48 156 157 0.69 0.01 0 0.38 180.55 0.53 0.4
Hex 30 9C 9D 45 1 0 26 B5 35 28
Octal 60 234 235 105 1 0 46 265 65 50
Binary 110000 10011100 10011101 1000101 1 0 100110 10110101 110101 101000

Color Harmonies of #309C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309C9D

Black with #309C9D

Text Example


Text Example

White with #309C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,156,157); }

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

background-color css

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

 a { background-color: rgb(48,156,157); }

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

border-color css

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

 span { border-color: rgb(48,156,157); }

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