Html Css Color HEX #306165 Oracle

📋 copy color: '#306165'

red 48 ◦ green 97 ◦ blue 101

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

Shades of Oracle #306165

Tints of Oracle #306165

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.43%

 BLUE value IS 101 (39.84% from 255) = 41.06%

R = 19.51%
G = 39.43%
B = 41.06%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#306165 (or 0x306165) is known color: Oracle. HEX triplet: 30, 61 and 65. RGB value is (48,97,101). Sum of RGB (Red+Green+Blue) = 48+97+101=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: blue. Hex color #306165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306165 is #CF9E9A. Grayscale: #525252. Windows color (decimal): -13606555 or 6644016. OLE color: 6644016.

HSL color Cylindrical-coordinate representation of color #306165: hue angle of 184.53º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306165 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 97 101 -
CMYK 0.52 0.04 0 0.60
HSL 184.53º 0.36% 0.29% -
HSV(B) 184.53º 0.52% 0.4% -
XYZ 7.84 10.12 13.85 -
YUV 82.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 48 97 101 0.52 0.04 0 0.60 184.53 0.36 0.29
Hex 30 61 65 34 4 0 3C B9 24 1D
Octal 60 141 145 64 4 0 74 271 44 35
Binary 110000 1100001 1100101 110100 100 0 111100 10111001 100100 11101

Color Harmonies of #306165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306165

Black with #306165

Text Example


Text Example

White with #306165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306165; }

 p { color: rgb(48,97,101); }

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

background-color css

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

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

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

border-color css

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

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

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