Html Css Color HEX #308F92 Java

📋 copy color: '#308F92'

red 48 ◦ green 143 ◦ blue 146

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

Shades of Java #308F92

Tints of Java #308F92

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.43%

 BLUE value IS 146 (57.42% from 255) = 43.32%

R = 14.24%
G = 42.43%
B = 43.32%

CMYK

 C value IS 0.67

 M value IS 0.02

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#308F92 (or 0x308F92) is known color: Java. HEX triplet: 30, 8F and 92. RGB value is (48,143,146). Sum of RGB (Red+Green+Blue) = 48+143+146=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #308F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308F92 is #CF706D. Grayscale: #727272. Windows color (decimal): -13594734 or 9604912. OLE color: 9604912.

HSL color Cylindrical-coordinate representation of color #308F92: hue angle of 181.84º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #308F92 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 143 146 -
CMYK 0.67 0.02 0 0.43
HSL 181.84º 0.51% 0.38% -
HSV(B) 181.84º 0.67% 0.57% -
XYZ 16.23 22.35 30.65 -
YUV 114.94 145.53 80.26 -
System Red Green Blue C M Y K H S L
Decimal 48 143 146 0.67 0.02 0 0.43 181.84 0.51 0.38
Hex 30 8F 92 43 2 0 2B B6 33 26
Octal 60 217 222 103 2 0 53 266 63 46
Binary 110000 10001111 10010010 1000011 10 0 101011 10110110 110011 100110

Color Harmonies of #308F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308F92

Black with #308F92

Text Example


Text Example

White with #308F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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