Html Css Color HEX #306060 Oracle

📋 copy color: '#306060'

red 48 ◦ green 96 ◦ blue 96

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

Shades of Oracle #306060

Tints of Oracle #306060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40%

 BLUE value IS 96 (37.89% from 255) = 40%

R = 20%
G = 40%
B = 40%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#306060 (or 0x306060) is known color: Oracle. HEX triplet: 30, 60 and 60. RGB value is (48,96,96). Sum of RGB (Red+Green+Blue) = 48+96+96=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #306060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306060 is #CF9F9F. Grayscale: #515151. Windows color (decimal): -13606816 or 6316080. OLE color: 6316080.

HSL color Cylindrical-coordinate representation of color #306060: hue angle of 180º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #306060 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 96 96 -
CMYK 0.50 0 0 0.62
HSL 180º 0.33% 0.28% -
HSV(B) 180º 0.5% 0.38% -
XYZ 7.51 9.84 12.57 -
YUV 81.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 48 96 96 0.50 0 0 0.62 180 0.33 0.28
Hex 30 60 60 32 0 0 3E B4 21 1C
Octal 60 140 140 62 0 0 76 264 41 34
Binary 110000 1100000 1100000 110010 0 0 111110 10110100 100001 11100

Color Harmonies of #306060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306060

Black with #306060

Text Example


Text Example

White with #306060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306060; }

 p { color: rgb(48,96,96); }

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

background-color css

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

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

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

border-color css

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

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

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