Html Css Color HEX #30969B Java

📋 copy color: '#30969B'

red 48 ◦ green 150 ◦ blue 155

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

Shades of Java #30969B

Tints of Java #30969B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.49%

 BLUE value IS 155 (60.94% from 255) = 43.91%

R = 13.6%
G = 42.49%
B = 43.91%

CMYK

 C value IS 0.69

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30969B (or 0x30969B) is known color: Java. HEX triplet: 30, 96 and 9B. RGB value is (48,150,155). Sum of RGB (Red+Green+Blue) = 48+150+155=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #30969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30969B is #CF6964. Grayscale: #777777. Windows color (decimal): -13592933 or 10196528. OLE color: 10196528.

HSL color Cylindrical-coordinate representation of color #30969B: hue angle of 182.8º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30969B is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 150 155 -
CMYK 0.69 0.03 0 0.39
HSL 182.8º 0.53% 0.4% -
HSV(B) 182.8º 0.69% 0.61% -
XYZ 18.04 24.81 34.85 -
YUV 120.07 147.71 76.59 -
System Red Green Blue C M Y K H S L
Decimal 48 150 155 0.69 0.03 0 0.39 182.8 0.53 0.4
Hex 30 96 9B 45 3 0 27 B7 35 28
Octal 60 226 233 105 3 0 47 267 65 50
Binary 110000 10010110 10011011 1000101 11 0 100111 10110111 110101 101000

Color Harmonies of #30969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30969B

Black with #30969B

Text Example


Text Example

White with #30969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30969B; }

 p { color: rgb(48,150,155); }

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

background-color css

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

 a { background-color: rgb(48,150,155); }

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

border-color css

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

 span { border-color: rgb(48,150,155); }

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